- Home /
Connecting two navmeshes without "Speedboost"
Hey guys,
in my game the player can build stuff, because some of the buildings are walkable I cant use Navmesh Obstacle to update it, instead I need to update the whole navmesh. The maps are pretty big sometimes so I went ahead and made the "city" objects its own navmeshes to update it during runtime without big lagspikes. I use the navmesh links to connect the meshes but they travel across it super fast. Is there any way to travel across links without speeding up the entity or is there another way to connect the meshes? Please let me know!
Thanks!
Check out this link, specifically $$anonymous$$att Bond's post: https://stackoverflow.com/a/13308136 $$anonymous$$att covers how to manually handle the movement over the offmesh link, that way you can still use it for the connection, but change how they move/the speed they move. I hope that helps!
Your answer
Follow this Question
Related Questions
Possible to edit the movement of NavMeshAgent ? 2 Answers
Find the closest point of an Invalid or Partial path 0 Answers
Editing NavMesh Paths? 0 Answers
How to build a custom shape NavMesh Area 1 Answer
Horde of NavMeshAgents - stops to recalculate path. 4 Answers