This class contains few properties to manage pathfinding tasks limitations..
To achieve the required level of performance when using Nav3D, the following properties can be useful:
public static int CurrentPathfindingTasksCount – shows how many parallel pathfinding tasks are currently active;
public static int MaxPathfindingTasks – allows you to limit a number of pathfinding tasks running simultaneously. By default, this property is set to Environment.ProcessorCount - 1