Is it possible that agent move through another agent?

Is it possible that agent move through another agent? Like agent do not react other agents at all.

Hey,

Agents path finding and movement do not take other agents into account. Though the pro version does come with a subsystem called RVO which is a local avoidance system to keep distance between agents.

Your agents physically not colliding each other could be an issue with your Physics layers settings.

1 Like

You are quicker than me @ToastyStoemp :stuck_out_tongue:

Take a look at this page for more info about local avoidance: https://arongranberg.com/astar/docs/local-avoidance.php