Moving From A to B

Im having trouble using the NavMesh and My sphere is not moving to my target

Make sure you have baked some NavMesh in your scene.
Then you just need a NavMeshAgent component, so do check its configurations & a script that moves it from A to B using navMeshAgent.destination = someVector3;

Privacy & Terms