Unity has a cool way to create State Machines

Unity has a class that allows creating Finite State Machines very easily using the Animator component, it is called StateMachineBehaviour, it is really, really useful when coding AI.

2 Likes

Privacy & Terms