| Parameter | Description |
|---|---|
| path | New path to follow. |
bool True if the path is successfully assigned.
Assign a new path to this agent.
If you successfully assign the path, the agent resumes movement toward the new target.
If the path cannot be assigned, the path is cleared (see NavMeshAgent.ResetPath).
A path that was calculated for a different agent type than this agent's NavMeshAgent.agentTypeID is ignored: the method returns false and the agent keeps its current path. Use NavMeshAgent.CalculatePath or NavMesh.CalculatePath with a NavMeshQueryFilter to obtain a path for this agent type.