Hello there!
We are porting a game from an obsolete engine to Unity 2017. We managed to export every level’s walkable surface as FBX. The game features surfaces where player can walk upside down. I can read triangles and normals from the FBX. I can bake a navmesh. But it does not fit the triangles from FBX, it has borders and it is placed above the original, and there are no upside down parts.
How can I create a navmesh using exactly the triangles and normals from a FBX?