CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
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...
Public Member Functions | |
AssetLoadException (String message) | |
Instantiates exception with message. | |
AssetLoadException (String message, Exception innerException) | |
Instantiates exception with message and inner exception. | |
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.