Hello,
I want multiply enemys to follow the player. So what I did is:
Create one enemy, added the behavior of Pathfinding (and it works FINE!!!)
But if I copy and paste the enemy 3 or more times in the layout, only two of them starts to follow the player, the other ones stay steel and only after some seconds starts to follow the player.
I'm trying to create a Top Down Arena Shooter, so I need all the enemys to follow me at the start of the layout...
How can I solve this?