Hmm. In general the Unity NavMesh system is fairly easy to work and should work “out of the box”.
Have you tried a simple custom script that just calls something like GetComponent<NavMeshAgent>().SetDestination(someVector) and still didn’t work?
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.