Parameter | Description |
---|---|
artifactKey | GUIDs specifying Assets to import. |
importerType | The type of the importer class used to import the Assets. |
ImportResultID[]
Unique identifiers for the results of Importing the specified artifactKey
entries using importerType
.
Imports Assets asynchronously using an Importer type and returns matching cached results.
Reuses cached import results for each entry in artifactKey
where available.
This method returns one or more invalid ImportResultIDs in the following curcumstances:
artifactKey
entry is an invalid Asset GUID, or importerType
is invalid.artifactKey
entry, and an async import operation is queued. Completion of an async request is checked by calling AssetDatabaseExperimental.LookupArtifact.Additional resources: AssetDatabaseExperimental.LookupArtifact.