Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OutOfNodes

Query ran out of node stack space during a search.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. The experimental PathQueryStatus struct has been deprecated without replacement.
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
pathNodePoolSize
parameter when creating the NavMeshQuery.