Hi i was wondering if anyone knew how to build a navmesh on a sphere so that the entire sphere is encompassed by the navmesh.
I suggest you look into making the objects you want to move on the navmesh, follow a specific point instead, changing their normals and using a form of astar pathing to calculate positions. Might need to look into complex algorithms.