Hi,
I’m build a cube world with faux gravity. So I can bake a navmesh only on the ground plain. Since this is a 3d cube, I need a navmesh on all sides on the cube. Is it possible?
Looks like I’ll have to use NavMeshComponents
https://github.com/Unity-Technologies/NavMeshComponents
I’ll play with it.