Forum rules - please read before posting.

Navmesh hole problem

Hi!
i wounder why the Player and NPCs can walk outside and around the navmesh hole? :open_mouth:

https://imgur.com/Ug3K3Jg

//Malte

Comments

  • "NavMesh holes" that are not entirely inside the boundary of the NavMesh are not always reliable - Unity will combine the two but the results may vary.

    In general, they should only be used to cut out exact holes - not as a subtraction tool for geometry on the edges. You can see how Unity's updated the NavMesh by viewing the Scene window at runtime.

    For the pipe and long wall in your video, a single NavMesh with points that surround them should be enough - no need for an extra hole polygon.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.