Working with Unity “Finite State Machine” aka FSM — Unity Finite State Machine is the basic idea is that a character is engaged in some particular kind of action at any given time. The actions available will depend on the type of gameplay but typical actions include things like idling, walking, running, jumping, etc. These actions are referred to…