Browse Source

特效目录修改

beiguoxia 3 years ago
parent
commit
20c4b297a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

@@ -94,11 +94,11 @@ namespace GFGGame
         }
         public static string GetDressUpEffectPath(string res, string extName = "prefab")
         {
-            return $"{EFFECT_DIR_PATH}/{res}/{res}.{extName}";
+            return $"{EFFECT_DIR_PATH}/DressUp/{res}/{res}.{extName}";
         }
         public static string GetViewEffectPath(string uiName, string resName, string extName = "prefab")
         {
-            return $"{EFFECT_DIR_PATH}/{uiName}/{resName}.{extName}";
+            return $"{EFFECT_DIR_PATH}/UI/{uiName}/{resName}.{extName}";
         }
         public static string GetCardAnimationPath(string res, string extName = "prefab")
         {