Enum ConflictResolutionOverride
Defines how to override the import preferences.
Namespace: Unity.AssetManager.Editor
Assembly: Unity.AssetManager.Core.Editor.dll
Syntax
public enum ConflictResolutionOverride
Fields
| Name | Description |
|---|---|
| AllowAssetVersionRollbackAndShowConflictResolver | Imports dependency versions as defined by the importing asset. Displays the import modal with conflict resolution options. |
| None | The default behavior is to use the settings defined in the Editor Preferences. |
| PreventAssetVersionRollbackAndReplaceAll | When gathering dependencies, maintains the highest imported version. Skips the import modal and replaces conflicting assets with imported ones. |
| PreventAssetVersionRollbackAndShowConflictResolver | When gathering dependencies, maintains the highest imported version. Displays the import modal with conflict resolution options. |