OutOfNodes
Query ran out of node stack space during a search.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Experimental.AI
- Assembly: UnityEngine.AIModule
OutOfNodes = 32
Remarks
This happens when the query has visited more nodes than there is room in the NavMeshQuery. To fix this issue try a larger value for the parameter when creating the NavMeshQuery.
pathNodePoolSize