How to Extend Navigation Mesh (NavMesh) for pathfinding

If you zoom in you can see my red waypoints. My code works perfectly inside the mesh but not outside. When outside it’ll go into the mesh zone first then follow the path there.

Can anyone tell me how I can fix this navmesh?

1 Like

So… just solved it. The map I made is above the baseplate, and is past it. For some reason when I extended the baseplate it also extended the navigation mesh. So there ya go.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.