Flyweight, Easy Implementation
Code over UI, Brevity over Features
Built with ❤︎ by
Kane Thornwyrd and
contributors
- simple setup: inheritance for everything
- documented: everything is commented, and delivered with working example
- "auto-magic": few small helpers here and there
- Download and Install from the Asset Store OR git clone this repo in your project OR download and unzip in your project OR do whatever to get your hands on the kane-FSM folder
- Check the example folder code
- Do your job, by creating your own FSM inheriting from the
StateMachine
and your states by inheriting theState
provided, following the example - …
- PROFIT!
Check out the Example.
There is already at least 2 FSM implementations in the asset store, why adding another one ? Because they are heavy weighted and complex. Technically this one is really close to the brandonlamb one, except simplier. I started to work on it between the first and the second video from Game Endeavor about FSM, so it's kinda like a fork.
- Game Endeavor - Learn practical dev skills
- Feedmereadmes - Feedmereadmes ReadMe maturity model
- choo - from which I broadly borrowed inspiration for this README.md
Please take a look at our contributing guidelines if you're interested in helping!
This project is licensed under the MIT License - see the LICENSE file for details.