Find non-crossing path

Hi, how i can find non-crossing path for multiple nav agents.

43543-untitled-1.png

That’s a lot more complex that you might imagine.

If you want an easy implementation you could try increasing the cost of those paths significantly or just removing them once your actor walked by but honestly… You probably need to implement a complete system for checking the paths and disabeling every other actor to walk them.

There isn’t a default implementation to do so.