Hello,
I am using unity 5. In my project i have a model with a NavMeshAgent in it when i run the game it says “Failed to create agent because it is not close enough to the NavMesh”
HELP
Hello,
I am using unity 5. In my project i have a model with a NavMeshAgent in it when i run the game it says “Failed to create agent because it is not close enough to the NavMesh”
HELP
Did you bake the navmesh?
Or, if you’re doing this at runtime, are you making sure the navMesh is built before trying to place agents on it?