CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
static |
Checks if the object is an asset in the AssetDatabase.
If you are sure the asset file exists but this method returns false then you need to Import() the asset.
Unlike AssetDatabase, will not throw a NullRef if you pass null.
instance | The instance to test. |