Designing Pluggable AI for Enemies with Unity

Designing Pluggable AI for Enemies with Unity

State controllers in Unity can quickly get out of hand if you throw the kitchen sink into them. Taking the time to break apart your state machine and crafting pluggable components will make your system simple, modular, testable, flexible, clean, and composable.