desiredImportWorkerCount
The desired number of processes to use when importing assets, during an Asset Database refresh.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static int desiredImportWorkerCount { get; set; }
Remarks
The actual count of running worker processes may be higher or lower, but the asset pipeline aims to achieve this number of worker processes when possible. When this setting is initialized upon project creation it defaults to a percentage of logical cores as specified in the Editor preferences.