Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 years ago
parent
commit
e72bb8826c
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);