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