Provides a simple overridable state machine system for Unity.
To install this package you'll need DGTools-Core, to install it you just have to add this to your Project/Packages/manifest.json :
{
"dependencies": {
"com.dgtools.core": "https://github.com/Poulpinou/DGTools-Core.git",
}
}
Then open "DGTools/Package Importer" window in the Unity Editor and click on "Install" next to "com.dgtools.statemachine".
See Documentation
- Donovan Persent (Poulpinou)
See Licence