Forum Discussion

LadyMo218's avatar
LadyMo218
Member
9 months ago

Missing the option to enable "Navigation Locomotion" on my NPC

 

All relevant APIs have been enabled and I still don't have the option to turn navigation locomotion on. I was trying to follow a video that Vidyuu posted about getting an NPC to chase the player when they enter the world. (2nd screenshot) When he clicks on his NPC, he gets the option to turn his on, but I don't. Is this feature no longer needed?

 

2 Replies

  • That option was available for a very short period of time (like a couple of days). The current NPC Avatar gizmo doesn't contain that option by default anymore.

    If you want to use NavMesh to control the NPC, you have to implement NavMesh separately, and create logic to retrieve and calculate valid positions and paths.