Version: 2022.3
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

PathQueryStatus.OutOfNodes

매뉴얼로 전환

설명

Query ran out of node stack space during a search.

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.

See Also: NavMeshQuery.NavMeshQuery.