示例#1
0
 public static string GetAssetPath(int instanceID)
 {
     return(AssetDatabase.GetAssetPathFromInstanceID(instanceID));
 }