Example #1
0
 static bool AssetExists(string path)
 {
     return(EditorUtils.AssetExists(path));
 }