https://github.com/sammmte/paps-statemachines
Plain and hierarchical state machine for unity with editor tools
https://github.com/sammmte/paps-statemachines
Last synced: over 1 year ago
JSON representation
Plain and hierarchical state machine for unity with editor tools
- Host: GitHub
- URL: https://github.com/sammmte/paps-statemachines
- Owner: Sammmte
- Created: 2020-09-17T18:12:12.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-03T21:27:34.000Z (over 5 years ago)
- Last Synced: 2025-01-31T08:35:11.437Z (over 1 year ago)
- Language: C#
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paps State Machines Core
## What is it?
Base classes, interfaces and extension methods for Paps state machine packages. You probably don't want to import this package alone...
...But you may be interested in [Paps Plain State Machine](https://github.com/Sammmte/Paps-PlainStateMachine) or [Paps Hierarchical State Machine](https://github.com/Sammmte/Paps-HierarchicalStateMachine)
## License
[MIT License](https://github.com/Sammmte/Paps-StateMachines-Core/blob/master/Paps-StateMachines-Core/Assets/StateMachines-Core/LICENSE.md)