Unity Game AI with Finite State Machines
A simple definition of a Finite State Machine (FSM) is an algorithm that receives an input and returns an output given its internal state. They're widely used in games, not only for game AI, but for many other entities within the game as well. Your c...
gustavopassos.hashnode.dev7 min read