Version: 2021.2
LanguageEnglish
  • C#

RefreshImportMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Options for controlling the Editor's use of parallel processes when it imports assets during an asset database refresh.

Properties

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.