Browse Source

资源导入

beiguoxia 3 years ago
parent
commit
8afac908e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

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

@@ -14,7 +14,7 @@ namespace GFGEditor
         public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
         public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
         public static string ResRootPathDressUp { get { return $"../../../gfg/{ResRootDirNameDressUp}/"; } }
         public static string ResRootPathDressUp { get { return $"../../../gfg/{ResRootDirNameDressUp}/"; } }
 
 
-        public static string ragule = @"^[0-9a-zA-Z_]{1,}$";
+        public static string ragule = @"^[0-9a-zA-Z_.]{1,}$";
         public static string Md5FilePath = "Assets/Res/MD5";
         public static string Md5FilePath = "Assets/Res/MD5";
 
 
         private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }
         private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }