update 1.1.25

This commit is contained in:
2024-03-09 18:42:02 +08:00
parent 25869c7e6a
commit 73f4004e79
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); log("OnPostprocessAsset() >>> path: " + path + " assetPath: " + assetPath);
} }
static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
{ {
foreach (string str in importedAssets) foreach (string str in importedAssets)
@@ -32,7 +33,6 @@ public class ATAssetPostprocessor : AssetPostprocessor
log("Moved Asset: " + movedAssets[i] + " from: " + movedFromAssetPaths[i]); log("Moved Asset: " + movedAssets[i] + " from: " + movedFromAssetPaths[i]);
} }
} }
void OnPreprocessAsset() void OnPreprocessAsset()
{ {

View File

@@ -35,7 +35,7 @@ namespace AnyThink.Scripts.Editor
// replaceAppBuildPluginVersion(path); // replaceAppBuildPluginVersion(path);
#endif #endif
// replaceAppBuildPluginVersion(path); // replaceAppBuildPluginVersion(path);
handleNetworksConfit(path); // handleNetworksConfit(path);
} }
//修改项目的根目录下的build.gradle文件的插件版本号 //修改项目的根目录下的build.gradle文件的插件版本号
private static void replaceBuildPluginVersion(string buildGradlePath) private static void replaceBuildPluginVersion(string buildGradlePath)