v1.1.2-alpha
- Fix the ability to wait for push action using coroutines.
- Previously the pushed state could pop itself in
OnPushed()
, resuming the state that was paused, but the FSM still would've been waiting for the paused state to resume. - This also includes some improvement and fixes to edge cases when certain FSM actions take place too quickly.