You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a navmesh generated by Unity
How to import it into SharpNav?
Currently I use NavMesh.Generate, and it works
But I want to make SharpNav use existing navmesh, not generate a new one
How can I do it?