Ver Fonte

资源导入

beiguoxia há 3 anos atrás
pai
commit
8afac908e3
1 ficheiros alterados com 1 adições e 1 exclusões
  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 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";
 
         private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }