hexiaojie 4 달 전
부모
커밋
6d02a00f8f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

+ 2 - 2
GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

@@ -12,8 +12,8 @@ namespace GFGEditor
     {
         public static string ResRootDirName = "正式资源";
         public static string ResRootDirNameDressUp = "正式资源";
-        public static string ResRootPath { get { return $"../../0A-GFGClient/{ResRootDirName}/"; } }
-        public static string ResRootPathDressUp { get { return $"../../0A-GFGClient/{ResRootDirNameDressUp}/"; } }
+        public static string ResRootPath { get { return $"../../{ResRootDirName}/"; } }
+        public static string ResRootPathDressUp { get { return $"../../{ResRootDirNameDressUp}/"; } }
 
         public static string ragule = @"^[0-9a-zA-Z_.]{1,}$";
         public static string Md5FilePath = $"{ResPathUtil.RES_ROOT_DIR_PATH}/MD5";