h8man / NavMeshPlus

Unity NavMesh 2D Pathfinding
MIT License
1.8k stars 209 forks source link

NavMeshAgent collides between each other #94

Closed gabriel654165 closed 2 years ago

gabriel654165 commented 2 years ago

Hello,

I'm on a 2d game and my agents are colliding between each others. Screenshot from 2022-10-27 12-57-56

I tried to disable the physics colliding between the layers of my Objects agents but it doesn't work.

Is there a way to prevent it please ?

h8man commented 2 years ago

Hello @gabriel654165

Agent collision is not physics based. You need to config your agent. Try to disable avoidance image

gabriel654165 commented 2 years ago

Okay thank you verry much it works !