Skip to content

1.8.0 Generics

Compare
Choose a tag to compare
@Inspiaaa Inspiaaa released this 01 Aug 15:03
· 210 commits to master since this release

Version 1.8 of UnityHFSM adds support for generics. Now the datatype of state identifiers / names and the type of event names can be easily changed. Thanks to the new "shortcut methods", state machines can be written with less boilerplate than ever and certain cases, such as empty states, can be optimised automatically for you. 👍

1.8 also adds support for installation via Unity's package manager UPM.

Read more: Changelog