Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DesiredWorkerCount

The desired number of processes to use when importing assets, during an asset database refresh.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static int DesiredWorkerCount { get; set; }

Remarks

The actual count of running worker processes may be higher or lower, but the asset pipeline will seek towards this number of worker processes when possible.