ImportAssetOptions
Asset importing options.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
[Flags]public enum ImportAssetOptions
Remarks
Additional Resources: AssetDatabase.ImportAsset, AssetDatabase.Refresh.
Fields
Value | Description |
|---|---|
| Default | Default import options. |
| DontDownloadFromCacheServer | Force a full reimport but don't download the assets from the cache server. |
| ForceSynchronousImport | Import all assets synchronously. |
| ForceUncompressedImport | Forces asset import as uncompressed for edition facilities. |
| ForceUpdate | User initiated asset import. |
| ImportRecursive | When a folder is imported, import all its contents as well. |