- Home /
 
              This question was 
             closed Sep 03, 2018 at 02:17 AM by 
             dmduffy05 for the following reason: 
             
 
            found it out
 
               Question by 
               dmduffy05 · Aug 28, 2018 at 01:53 AM · 
                instantiateprefabnavmeshnavmeshagentnavigation  
              
 
              Instantiating a prefab with navmeshagent
I'm trying to have my agents spawn at certain defined spawner points, but when the spawn unity says they're not set in a navmesh.
I've tried warping them to the spawner's position after spawning, but it just will not work.
               Comment
              
 
               
              Answer by Sergio7888 · Aug 28, 2018 at 06:43 AM
You need set the NavMeshAgent position with NavMeshAgent.Warp(Vector3).
Follow this Question
Related Questions
Unexpected Navmesh agent rotation 0 Answers
Navmesh overshoots player 1 Answer
Stop NavMesh Agent from getting stuck 0 Answers
i want to instate a object later in the game and make it walkable 0 Answers