![]() |
CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
| ▼NCodeSmileEditor | |
| ▼CAsset | 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) |
| CBundle | Groups all asset bundle related functionality |
| ▼CDatabase | Groups all asset database functionality |
| CCacheServer | Groups CacheServer (Accelerator) related functionality |
| CDependency | Groups all dependency related functionality |
| CFile | Groups file related operations |
| CImporter | Groups all AssetImporter related functionality |
| CLabel | Groups all asset label related static methods |
| CPackage | Groups import/export functionality for .unitypackage files (Asset Packages) |
| CPath | Represents a relative path to an asset file or folder, typically under 'Assets' or 'Packages' |
| CStatus | Groups asset status related functions |
| CSubAsset | Groups all Sub-Asset related functionality |
| CVersionControl | Groups version control related functionality |
| CAssetLoadException | 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 |