Multiple AI characters not working properly

hhi i have a problem. please help me
simple question: are instances of ai character related each other?
i created an AI chaaracter. it works perfect. But i duplicate it, instances are not working properly. some of them perform the task and some of them don’t. i want each instances of my ai character to have its own controll.
Do i need to make another ai controller, behavior tree, blackboard for each instances?!

Hey @coder626!

No, there is no reason to have multiple blackboards and behavior trees- each of your AI has a copy of the original for their individual use.

If they’re not behaving properly, the reason would be in the code somewhere combined with their environment. Maybe that enemy that isn’t moving didn’t sense you for some reason- distance, etc.?

oh thanks. I was depressed. u saved me. So i dont have to do it :slight_smile: