Inspiaaa / UnityHFSM

A simple yet powerful class-based hierarchical finite state machine for Unity
MIT License
1.12k stars 124 forks source link

Support for non-string states such as int and Enum #4

Closed shiena closed 3 years ago

shiena commented 3 years ago

Thanks for the review! Please wait as we are working on fixing your suggestions.

shiena commented 3 years ago

@Inspiaaa I have fixed the following two bugs. Please review again.

Needs Exit Time / Pending States

Automatic start state setting

Inspiaaa commented 3 years ago

Thanks for fixing the bugs! I really like your solution. I'm going to merge your pull request. 👍