dodo-game-tools / DGTools-StateMachine

Provides a simple overridable state machine system for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provides a simple overridable state machine system for Unity.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%