Is it possible to get rid of node which is surrounded by unwalkable?

Hi, thanks to make an awesome asset.

dssdf
i want to remove some node like above.

Is there any solution other than to make a inner collider, or add a navMeshCut?
please give me reply … and please write with easy english word …

Hi

You can either:

  • Use a navmesh cut
  • Use an inner collider
  • Or if the base has a mesh, you can attach the RecastMeshObj component and make the surface unwalkable.
1 Like