Parameter | Description |
---|---|
guids | Array of GUIDs of Assets to look up. |
hashes | Array of ImportResultIDs representing artifacts produced from guids . |
importerType | Type of the importer class used to produce the artifacts from guids . |
hashesOut | Array of ImportResultIDs representing artifacts produced from guids . |
Returns ImportResultIDs corresponding to multiple Import operations.
Invalid [[ImportResultID]s are returned in the following circumstances:
guids
entry is invalid or unknown.importerType
is invalid.Additional resources: AssetDatabaseExperimental.ProduceArtifact, AssetDatabaseExperimental.ProduceArtifactAsync.