NavMeshPlus icon indicating copy to clipboard operation
NavMeshPlus copied to clipboard

How would I prevent diagonal movement ?

Open LelouBil opened this issue 2 years ago • 2 comments

Hello, Do you have advice on how I could prevent diagonal movement of the agent ?

LelouBil avatar May 22 '22 17:05 LelouBil

Hello @LelouBil

Unfortunately unity doesn't provide you with Agent "overrides". So for such custom pathfinding you need to write your own agent. Its somewhat 40-100 hours of work, greatly depend on what you need.

h8man avatar May 22 '22 17:05 h8man

Also you can check this thread https://github.com/h8man/NavMeshPlus/issues/70, I have no idea how custom movement was implemented.

h8man avatar May 22 '22 17:05 h8man