AssetDatabaseExperimental
An Interface for accessing assets and performing experimental operations on assets.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental
- Assembly: UnityEditor.CoreModule
public sealed class AssetDatabaseExperimental
Static Methods
Method | Description |
|---|---|
| ForceProduceArtifact | Imports an Asset using an Importer type. |
| LookupArtifact | Returns an ImportResultID corresponding to an Import operation. |
| LookupArtifacts | Returns ImportResultIDs corresponding to multiple Import operations. |
| ProduceArtifact | Imports an Asset using an Importer type or returns a matching cached result. |
| ProduceArtifactAsync | Imports an Asset asynchronously using an Importer type or returns a matching cached result. |
| ProduceArtifactsAsync | Imports Assets asynchronously using an Importer type and returns matching cached results. |