ImportAssetOptions.TryFastReimportFromMetaData Manual     Reference     Scripting  
Scripting > Editor Enumerations > ImportAssetOptions
ImportAssetOptions.TryFastReimportFromMetaData

ImportAssetOptions.TryFastReimportFromMetaData

Description

Allow quick reimporting of assets by loading from metadata.

This is used by the Asset Server, for example, where it downloads the last imported metadata from the server anyway. So full reimport is not needed on the client.

See Also: AssetDatabase.ImportAsset, AssetDatabase.Refresh.