Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to import NavMesh from Unity? #72

Open
drcrack opened this issue Dec 28, 2017 · 1 comment
Open

How to import NavMesh from Unity? #72

drcrack opened this issue Dec 28, 2017 · 1 comment

Comments

@drcrack
Copy link

drcrack commented Dec 28, 2017

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?

@Lanboost
Copy link

Lanboost commented Mar 1, 2018

As I am currently thinking of using this with unity and from the little research I have done I see a few options:

  • Remove the unity navmesh and only use SharpNav (best solution I know)
  • State how you access the unity navmesh (as from my knowledge there isn't a easy way however I found https://forum.unity.com/threads/accessing-navmesh-vertices.130883/ ) this will however be more of a question, how do I import a custom navmesh. And then you need to make the output from unity comply with the serialized output of SharpNav.

Im interested in your thoughts however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants