iMove NPC
Last updated
Last updated
The iMove NPC component controlls the navmesh agent or NPC. You can access this script via code to tell your NPC where to go and what to do.
Using iMove NPC paired with GVS Example Simple Waypoint Controller is a great way to get your NPC's up and running.
To use an NPC or agent, you need Unity's NavMesh agent attached to your player, and your terrain needs a NavMesh Surface baked onto it. See the NavMesh Agents page for more info.
If you want your player to be a player and also be able to move like an NPC or agent for getting to places like sitting, walking, etc.. Ensure both isPlayer and isNPC are checked within the iMove component.
If you only want your "player" object to be an NPC, the only check isNPC: