Browse Source

换装资源打包屏蔽

guodong 2 years ago
parent
commit
bbce7a9826
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GameClient/Assets/Editor/Xasset/Builds/BuildTask.cs

+ 2 - 2
GameClient/Assets/Editor/Xasset/Builds/BuildTask.cs

@@ -155,8 +155,8 @@ namespace VEngine.Editor.Builds
             if(!string.IsNullOrEmpty(suitCfg.aniRes))
             if(!string.IsNullOrEmpty(suitCfg.aniRes))
             {
             {
                 //立绘
                 //立绘
-                resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes);
-                hideFilePathList.Add(resPath);
+                //resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes);
+                //hideFilePathList.Add(resPath);
                 //动画
                 //动画
                 resPath = ResPathUtil.GetDressUpAnimationDirPath(suitCfg.aniRes);
                 resPath = ResPathUtil.GetDressUpAnimationDirPath(suitCfg.aniRes);
                 hideDirPahtList.Add(resPath);
                 hideDirPahtList.Add(resPath);