Manual     Reference     Scripting  
  
Scripting > Editor Enumerations > ImportAssetOptions   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Attributes
  • Enumerations
  • History
  • Index
  • ImportAssetOptions
  • All Members
  • Values
  • Default
  • ForceSynchronousImport
  • ForceUpdate
  • ImportRecursive
  • TryFastReimportFromMetaData

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.