https://github.com/trymorez/unity-better-state-pattern
reusable unity state pattern
https://github.com/trymorez/unity-better-state-pattern
Last synced: 5 months ago
JSON representation
reusable unity state pattern
- Host: GitHub
- URL: https://github.com/trymorez/unity-better-state-pattern
- Owner: trymorez
- License: mit
- Created: 2025-01-31T12:43:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T03:29:49.000Z (over 1 year ago)
- Last Synced: 2025-02-12T04:31:27.696Z (over 1 year ago)
- Language: ShaderLab
- Size: 994 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Better State Pattern
Reusable state pattern using abstract classes and generics
## Screenshots

## Version History
**V 0.2 - (2025-02-12)**
- Added OnGUI Button to change state easily
- Renamed Chanser class to NPC
**V 0.1 - (2025-01-31)**
- Initial version