Skip to content

v1.1.2-alpha

Compare
Choose a tag to compare
@Tonetfal Tonetfal released this 11 Jan 17:20
· 20 commits to main since this release
  • 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.