Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OutOfProcessPerQueue

Unity imports assets in parallel in import worker processes, based on which importer handles them, and imports the rest of the assets in the Editor process.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
OutOfProcessPerQueue = 1

Remarks

Unity selects which importers run out of process by importer name. For the list of importers that run out of process by default, and how to overwrite that set for a session, refer to Import assets out of process.