CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
get |
Returns true if the path exists in the AssetDatabase.
This may still return true for asset files that have been deleted externally if those changes have not been imported via CodeSmileEditor.Asset.Database.ImportAll.
In Unity 2023.2 or newer uses the new AssetPathExists method. In earlier versions AssetPathToGUID is used.
Definition at line 57 of file Asset.Path.cs.