Hi everybody,
Is it possible to load baked NavMesh.asset at Runtime?
So far its ok to load NavMesh.asset via Resources.load, and loaded object type is exactly the type of UnityEngine.NavMesh, but how to make game aware of this newly loaded NavMesh?
I tried to Instantiate it with no luck(Instantiate itself was succeeded though).
Thanks in advance.