Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


standbyImportWorkerCount

Number of import workers that the import pipeline will keep standby for future imports.
Read time 1 minuteLast updated 13 days ago

Definition

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

Remarks

Accepted values range from 1 to 128. Unity clamps any value outside this range to the nearest accepted value.
When Unity saves and reloads the project settings, it also clamps this value so that it doesn't exceed EditorUserSettings.desiredImportWorkerCount.