Namespace Unity.AssetManager.Editor
Classes
AssetManagerClient
Provides executing operations on the Asset Manager.
AssetManagerException
The exception that is thrown when an Asset Manager error occurs.
AuthenticationFailedException
The exception that is thrown when an authorization error occurs in the Asset Manager.
BooleanMetadata
A class which can be used as a filter for searching for metadata by boolean value.
DateTimeMetadata
A class which can be used as a filter for searching for metadata by date time value.
DateTimeRangeMetadata
A class which can be used as a filter for searching for metadata by date time value.
ImportSearchFilter
A filter for selecting assets to import.
InitializationException
The exception that is thrown when an error occurs during the initialization of the Asset Manager.
Metadata
A base for metadata classes.
MetadataSearchFilter
A filter for selecting assets to import based on custom metadata.
MultiValueMetadata
A class which can be used as a filter for searching for metadatas with multiple string values.
NumberMetadata
A class which can be used as a filter for searching for metadata by number value.
StringMetadata
A class which can be used as a filter for searching for metadata by string value.
Structs
ImportResult
The result of an import task.
ImportSettings
Additional settings for importing assets.
Enums
AssetType
Defines the various types of assets that are managed by the Asset Manager.
ConflictResolutionOverride
Defines how to override the import preferences.