Hello,
I’m working on a project that involves moving a crowd of agents using the navigation mesh. The navigation mesh result when I bake the scene is a bit complex, and my number of agents when I do the tests are 100. If I try to move them all at once, they don’t answer at the same time. Instead, only some of them go to the destination point, and the others wait a while. Then, after a while (the time of waiting seems random) some of the agents (not all of them) that were waiting proceed to go to the destination. This happens until all the agents “react” and go to the destination point. Is this behaviour normal? Is there any way to get them move at the same time to the destination point?