Skip to content

1.9.0 Action System

Compare
Choose a tag to compare
@Inspiaaa Inspiaaa released this 04 Aug 10:16
· 143 commits to master since this release

Version 1.9.0 of UnityHFSM introduces the action system which allows you to define custom events (like OnLogic) that can call functions in the active states. This release also adds "two way transitions" which can greatly reduce the amount of boilerplate code required in many cases. Furthermore performance has been increased when using value types as the state names (e.g. State<int>). 👍

Read more: Changelog