Browse Source

新增资源类型

zhaoyang 2 years ago
parent
commit
162f49bec5
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

@@ -251,7 +251,7 @@ namespace GFGEditor
             }
             foreach (string dir in sourceDirs)
             {
-                files = FileUtil.CopyFilesTo(dir, targetDir, saveName, new string[] { ".png", ".jpg", ".mp3", ".meta", ".mat", ".shader", ".tga", ".FBX", ".max" }, ragule);
+                files = FileUtil.CopyFilesTo(dir, targetDir, saveName, new string[] { ".png", ".jpg", ".mp3", ".meta", ".mat", ".shader", ".tga", ".FBX", ".max", ".cs" }, ragule);
                 foreach (var file in files)
                 {
                     Debug.LogFormat("更新{0}", file);