dodo-game-tools / DGTools-Core

DGTools are tools created for game developement in Unity. The Core is not a tool but it is required by all DGTools. Furthermore it provides a window that can import other DGTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGTools Core

DGTools are tools created for game developement in Unity. The Core is not a tool but it is required by all DGTools. Furthermore it provides a window that can import other DGTools

Installing

To install this package you just have to add this to your Project/Packages/manifest.json :

{
	"dependencies": {
		"com.dgtools.core": "https://github.com/Poulpinou/DGTools-Core.git",
	}
}

You will need Newtonsoft for Unity, click here to see how to install it

How to use?

Importing other DGTools

Open "DGTools/Package Importer" window in the Unity Editor, choose your package and just click on "Install".

List of currently available tools

  • UI : Usefull UI Components for your games
  • Database : A powerfull database system
  • Forms : Automatically generated forms
  • StateMachine : A simple state machine system
  • NeuralNetwork : All you need to build your neural networks

Thoses tools are in developpement and are often updated, feel free to report any issues or ideas to improve them

Authors

Licenses

Licences are not implemented yet;

About

DGTools are tools created for game developement in Unity. The Core is not a tool but it is required by all DGTools. Furthermore it provides a window that can import other DGTools

License:GNU General Public License v3.0


Languages

Language:C# 100.0%