Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetDatabase.RefreshImportMode

Options for controlling the Editor's use of parallel processes when it imports assets during an asset database refresh.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum AssetDatabase.RefreshImportMode

Fields

Value

Description

InProcessAll assets are imported in the Editor process, and sequentially.
OutOfProcessPerQueueAs many assets as possible are imported in parallel, in import worker processes. Importer queues and dependencies reported by the importer are respected.