https://github.com/redbluegames/unity-obj-fsm
Implementation of an object based finite state machine, intended for gamedev
https://github.com/redbluegames/unity-obj-fsm
Last synced: 2 months ago
JSON representation
Implementation of an object based finite state machine, intended for gamedev
- Host: GitHub
- URL: https://github.com/redbluegames/unity-obj-fsm
- Owner: redbluegames
- License: mit
- Created: 2022-11-05T23:46:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T02:27:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T08:21:58.434Z (8 months ago)
- Language: C#
- Size: 30.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-obj-fsm
Implementation of an object based finite state machine, intended for gamedev