添加一些出包的log

dev_chengFeng
JieLing 2020-09-14 18:11:55 +08:00
parent 639aa6c32b
commit 97ab62f554
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class AutoPack : EditorWindow
Debug.Log("开始导出工程");
string targetPath = Application.dataPath + "/Resources/version.txt";
string copyPath = curProjectDir + "/AssetBundles/" + versionArr[verIndex];
Debug.Log("version文件路径:" + copyPath);
if (File.Exists(targetPath))
{
File.Delete(targetPath);
@ -106,6 +107,7 @@ public class AutoPack : EditorWindow
buildPlayerOptions.target = BuildTarget.Android;
// 调用开始打包
BuildPipeline.BuildPlayer(buildPlayerOptions);
Debug.Log("android工程导出路径"+ outPath + "/ex_android_jl");
Debug.Log("导出完成");
///打开python工具所在路径
GameEditor.Core.DataConfig.ConfigExportWindow.OpenDirectory("C:/Users/aaa/Desktop/pythonPack");