Seamlessly integrate the blazing-fast, software-agnostic Finite State Machine system into your Unity projects. Designed for flexibility. Built for robustness. Ready for anything. FSM_API is a modular, ...
First let's create the fsm object using it's constructor that takes any number of STATES. A state can be any IComparable. In this case we will use strings. The condition function is useful for ...