You've already forked Commercialization.topon
update 1.1.25
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace AnyThink.Scripts.Editor
|
||||
// replaceAppBuildPluginVersion(path);
|
||||
#endif
|
||||
// replaceAppBuildPluginVersion(path);
|
||||
handleNetworksConfit(path);
|
||||
// handleNetworksConfit(path);
|
||||
}
|
||||
//修改项目的根目录下的build.gradle文件的插件版本号
|
||||
private static void replaceBuildPluginVersion(string buildGradlePath)
|
||||
|
||||
Reference in New Issue
Block a user