- Home /
NavMesh surface does not work for all orientations
Unity has video tutorials about this where it claims to simply add NavMeshSurface component to an object and rotate the object to any orientation to get behaviours like walking on walls, etc.
However, this does not work for all orientations. Here is what happens when I try it out for a random surface. Note that I have a script that rebakes the NavMesh for every left mouse button click.
I have a scene in HoloLens2 where walls are generated at runtime and I want a spider to walk on them. So naturally, I want NavMeshes to get generated on walls irrespective of their orientation. Please help.
Your answer
Follow this Question
Related Questions
CS0246: The type or name space name ''NavMeshSurface'' plz some help 0 Answers
Which NavMeshSurface is a point (already on the NavMesh) on? 0 Answers
My NavMeshAgent doesn't move at all!,Why my NavMeshAgent doesn't move at all? 0 Answers
When baking a Navmesh Surface at runtime 'Include Layers' property gets ignored 2 Answers
i can't set destination, using AI Navmesh via raycast 1 Answer