My NavMesh Obstacles work only with capsule shapes. If i use box shape, it does not carve a hole in the NavMesh. I need a horizontal box for some obstacles and with capsules i cannot achieve that. I am confused why just changing the shape affects the functionality.
I am using Render Meshes as geometry.
and box shape for NavMesh obstacle. If i change box to capsule, it works but i cannot use capsules for everything.