Version: Unity 6.4 Alpha (6000.4)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

AssetDatabaseExperimental

class in UnityEditor.Experimental

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

An Interface for accessing assets and performing experimental operations on assets.

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.