/DGTools-StateMachine

Provides a simple overridable state machine system for Unity.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

DGTools State Machine

Provides a simple overridable state machine system for Unity.

Installing

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".

How to use?

See Documentation

Authors

Licenses

See Licence