DGTools Core
DGTools are tools created for game developement in Unity. The Core is
com.dgtools.core 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/dodo-game-tools-core.git README Markdown
Copy this to your project's README.md
## Installation
Add **DGTools Core** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/dodo-game-tools-core.git
```
[](https://www.pkglnk.dev/pkg/dodo-game-tools-core)Dependencies (2)
README
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
- Donovan Persent (Poulpinou)
Licenses
Licences are not implemented yet;
No comments yet. Be the first!