An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unity Better State Pattern

Reusable state pattern using abstract classes and generics

## Screenshots

![screenshot](Assets/Screenshot/screenshot-V0.1.png)

## 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