UNPKG

com.fluid.state-machine

Version:

A finite state machine micro-framework for Unity3D focused on a pure code implementation.

29 lines (28 loc) 756 B
{ "name": "com.fluid.state-machine", "version": "2.0.1", "displayName": "Fluid State Machine", "description": "A finite state machine micro-framework for Unity3D focused on a pure code implementation.", "unity": "2018.1", "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/ashblue/fluid-state-machine.git" }, "license": "MIT", "bugs": { "url": "https://github.com/ashblue/fluid-state-machine/issues" }, "homepage": "https://github.com/ashblue/fluid-state-machine#readme", "keywords": [ "unity3d", "fsm", "finite-state-machine", "unity3d-plugin" ], "author": { "name": "Ash Blue", "email": "ash@blueashes.com", "url": "https://twitter.com/ashbluewd" } }