- I had simple plane ground bake to NavMesh map with no height (static)
- Then I added NavMeshObstacle with Carve to some points in map.
Right now it’s work perfectly for normal navigations with NavMeshObstacle.
But problems is I want to force agent walk into NavMeshObstacle area for temporary duration.
Is there any variables to set it no clip? Thank you!