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

Classes

class  Asset
 Replacement implementation for Unity's massive AssetDatabase class with a cleaner interface and more error checking. Asset is instantiable so you can work with assets like you do with UnityEngine.Object. In fact, Asset is essentially a wrapper around the asset's UnityEngine.Object (see: MainObject). More...
 
class  AssetLoadException
 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...
 
class  StringExtensions
 Extensions for System.String.