- Home /
Question about navmesh [C#]
Hey everybody !
I wonder if it would be possible to update a navmesh in runtime in unity 5.4, I looked some topics and every times they said no, but i don't know if these answers are still true.
Is there an other way to make something dynamic where some enemies can reach the player ?
Thanks you !
Bye, xyHeat
You cant change navmesh at runtime, but you can create Nav$$anonymous$$eshObstacle with carve true at runtime to cut holes in the navmesh, and you can create multiple small navmesh in different scenes create a Off$$anonymous$$eshLink to connect then load then at runtime the Off$$anonymous$$eshLink will be only usabe if both navmesh scenes are loaded.
Answer by JoshDangIt · Oct 31, 2016 at 03:54 PM
According to the changelog, nothing seems to have changed in 5.4 regarding navmeshes.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
How to have obstacles on separate nav mesh layers 0 Answers
Navmeshagent stops with destination set 1 Answer
Nav Mesh and transform.position failure! 0 Answers