Reply To: Move – Seek Object

Forums 💬 NodeCanvas ⚙️ Support Move – Seek Object Reply To: Move – Seek Object

#17519
Gavalakis
Keymaster

    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?