Forums › 💬 NodeCanvas › ⚙️ Support › Move – Seek Object › Reply To: Move – Seek Object
Hello,
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?
GetComponent<NavMeshAgent>().SetDestination(someVector)