CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches
AssetLoadException Class Reference

Thrown in cases where loading an existing asset fails. That means the AssetDatabase returned null on loading. This happens in a few situations in Unity where the AssetDatabase is unavailable, such as in a static ctor. More...

+ Inheritance diagram for AssetLoadException:
+ Collaboration diagram for AssetLoadException:

Public Member Functions

 AssetLoadException (String message)
 Instantiates exception with message.
 
 AssetLoadException (String message, Exception innerException)
 Instantiates exception with message and inner exception.
 

Detailed Description

Thrown in cases where loading an existing asset fails. That means the AssetDatabase returned null on loading. This happens in a few situations in Unity where the AssetDatabase is unavailable, such as in a static ctor.

Definition at line 15 of file AssetLoadException.cs.