Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetDatabaseExperimental

An Interface for accessing assets and performing experimental operations on assets.
Read time 1 minuteLast updated 6 days ago

Definition

public sealed class AssetDatabaseExperimental

Static Methods

Method

Description

ForceProduceArtifactImports an Asset using an Importer type.
LookupArtifactReturns an ImportResultID corresponding to an Import operation.
LookupArtifactsReturns ImportResultIDs corresponding to multiple Import operations.
ProduceArtifactImports an Asset using an Importer type or returns a matching cached result.
ProduceArtifactAsyncImports an Asset asynchronously using an Importer type or returns a matching cached result.
ProduceArtifactsAsyncImports Assets asynchronously using an Importer type and returns matching cached results.