I am working on a game using a NavMesh system. I place obstacles and in the Navigation tab, mark them as static. The floor and walls are also static. Then I bake the Nav Mesh. However, it builds a NavMesh on top of the obstacle, as well as inside.
The only components attached to the cube are Transform, Cube Mesh Filter, Box Collider, Mesh Renderer, and Material.