update 1.1.25

This commit is contained in:
2024-03-09 18:42:02 +08:00
parent 19972b0449
commit ccbf1fa81c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ public class ATAssetPostprocessor : AssetPostprocessor
{
log("OnPostprocessAsset() >>> path: " + path + " assetPath: " + assetPath);
}
static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
{
foreach (string str in importedAssets)
@@ -32,7 +33,6 @@ public class ATAssetPostprocessor : AssetPostprocessor
log("Moved Asset: " + movedAssets[i] + " from: " + movedFromAssetPaths[i]);
}
}
void OnPreprocessAsset()
{