Parameter | Description |
---|---|
artifactKey | ArtifactKey specifying an artifact to look up. |
ImportResultID A unique identifier representing the artifact specified by artifactKey.
Returns an ImportResultID corresponding to an Import operation.
An invalid [[ImportResultID] is returned in the following circumstances:
artifactKey
contains an invalid or unknown Asset GUID.artifactKey
contains an invalid or unknown Importer type.artifactKey
has not produced a result at this time. An async Produce operation may still be in progress for this artifactKey
.Additional resources: AssetDatabaseExperimental.ProduceArtifact, AssetDatabaseExperimental.ProduceArtifactAsync.