guodong пре 2 година
родитељ
комит
bbce7a9826
1 измењених фајлова са 2 додато и 2 уклоњено
  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))
             {
                 //立绘
-                resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes);
-                hideFilePathList.Add(resPath);
+                //resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes);
+                //hideFilePathList.Add(resPath);
                 //动画
                 resPath = ResPathUtil.GetDressUpAnimationDirPath(suitCfg.aniRes);
                 hideDirPahtList.Add(resPath);