Version: Unity 6.6 (6000.6)
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 that control whether the Editor imports assets in the Editor process, or in parallel in import worker processes, during an Asset Database refresh.

To read the mode that the Asset Database currently uses, use AssetDatabase.ActiveRefreshImportMode. For more information, refer to Editor settings and Import assets out of process.

Properties

Property Description
InProcessUnity imports all assets sequentially in the Editor process.
OutOfProcessPerQueueUnity 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.