I added a very small enemy to my game, which should be able to pass trough short-ceiling areas. I added a navmesh to make it’s movement work, but it wouldn’t generate in short areas.
I tried making the nav mesh bounds shorter, so they don’t detect the ceiling and it worked
…but as soon as any other nav mesh bound is placed on top of this area, the nav mesh underneath it disappears. How do I make the nav mesh generate in low-ceiling areas?
EDIT: after some more testing, the crawlspace navigation will disappear if there’s any other nav mesh bound in the level…