Sample.ImportOptions
Sample import options.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.PackageManager.UI
- Assembly: UnityEditor.CoreModule
[Flags]public enum Sample.ImportOptions
Fields
Value | Description |
|---|---|
| HideImportWindow | Hide the import window when importing a sample that is an asset package (a .unitypackage file). |
| None | None. |
| OverridePreviousImports | Override previous imports of the sample. |
| SkipAssetDatabaseRefresh | Skip the Asset Database refresh that normally runs after the sample's files are imported. |