Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetDatabaseLoadOperation

This operation allows you to track the progress and access the result of an asynchronus AssetDatabase load operation.
Read time 1 minuteLast updated 6 days ago

Definition

public class AssetDatabaseLoadOperation : AsyncOperation

Properties

Property

Description

LoadedObjectThe resulting Object of the asynchronus load operation. This will be null on failure.

Inheritance