|
@@ -74,6 +74,11 @@ namespace GFGEditor
|
|
public static string ActivityShow1TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show1/";
|
|
public static string ActivityShow1TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show1/";
|
|
public static string ActivityShow1Md5FileSaveName = "ActivityShow1Md5";
|
|
public static string ActivityShow1Md5FileSaveName = "ActivityShow1Md5";
|
|
|
|
|
|
|
|
+ private static string[] PhotoGraphBorderPaths { get { return new string[] { ResRootPath + "边框/" }; } }
|
|
|
|
+ public static string PhotoGraphBorderTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Photograph/border/";
|
|
|
|
+ public static string PhotoGraphBorderMd5FileSaveName = "PhotoGraphBorderMd5";
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
private static string[] ActivityShow2SrcPaths { get { return new string[] { ResRootPath + "activity/show2/" }; } }
|
|
private static string[] ActivityShow2SrcPaths { get { return new string[] { ResRootPath + "activity/show2/" }; } }
|
|
public static string ActivityShow2TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show2/";
|
|
public static string ActivityShow2TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show2/";
|
|
@@ -132,7 +137,9 @@ namespace GFGEditor
|
|
//活动展示图2
|
|
//活动展示图2
|
|
EditorUtility.DisplayProgressBar("进度", "正在导入活动展示图2", 1);
|
|
EditorUtility.DisplayProgressBar("进度", "正在导入活动展示图2", 1);
|
|
ImportRes(ActivityShow2SrcPaths, ActivityShow2TargetPath, ActivityShow2Md5FileSaveName);
|
|
ImportRes(ActivityShow2SrcPaths, ActivityShow2TargetPath, ActivityShow2Md5FileSaveName);
|
|
-
|
|
|
|
|
|
+ //拍照边框
|
|
|
|
+ EditorUtility.DisplayProgressBar("进度", "正在导入卡牌图标", 1);
|
|
|
|
+ ImportRes(PhotoGraphBorderPaths, PhotoGraphBorderTargetPath, PhotoGraphBorderMd5FileSaveName);
|
|
//清除冗余动画
|
|
//清除冗余动画
|
|
FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.DressUpAnimationTargetPath, ImportArtResTool.DressUpAnimationSrcPaths[0]);
|
|
FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.DressUpAnimationTargetPath, ImportArtResTool.DressUpAnimationSrcPaths[0]);
|
|
FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.EffectTargetPath, ImportArtResTool.EffectSrcPaths[0]);
|
|
FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.EffectTargetPath, ImportArtResTool.EffectSrcPaths[0]);
|