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 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum AssetDatabase.RefreshImportMode
Fields
Value | Description |
|---|---|
| InProcess | All assets are imported in the Editor process, and sequentially. |
| OutOfProcessPerQueue | As many assets as possible are imported in parallel, in import worker processes. Importer queues and dependencies reported by the importer are respected. |