Nav3DManager properties
Nav3DManager properties
For the convenience of debugging the use of Nav3D in terms of performance, the main manager has several useful properties:
public static int CurrentPathfindingTasksCount
– shows how many parallel pathfinding tasks are currently activepublic static int MaxPathfindingTasks
– allows you to limit the number of pathfinding tasks running at the same time. By default, this property is set to Environment.ProcessorCount – 1;