How many AI controllers

before going down the AI path I did groups but I ran into issues on how to effectively serialize some stuff, where there could be different tasks within a same group that mess with the central approach. so I had queues to manage it etc. which become really complex. So I opted on components and moved the code into individual actors which really did the trick.

1 Like