NavMeshPathStatus
The status of the path from the agent's current position to the destination.
| attributes | description |
|---|---|
| PathComplete | The path obtained through NavMeshAgent.path is the complete path from the agent's current position to the destination. |
| PathPartial | The path obtained through NavMeshAgent.path is a partial path, which may be due to the path being too long or there being no reachable path from the agent to the destination. |
| PathInvalid | The initial position of the agent is not on the navigation mesh, or the set destination is not on the navigation mesh, or there is another state where pathfinding is not possible. |
