hexiaojie 4 mesiacov pred
rodič
commit
a2bb884e8c

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

@@ -3,6 +3,7 @@ using UnityEngine;
 using System.IO;
 using System;
 using System.Collections.Generic;
+using ET;
 using GFGGame;
 
 namespace GFGEditor
@@ -354,6 +355,7 @@ namespace GFGEditor
             {
                 GFGEditor.FileUtil.ForeachFileInDir(dir, null, (string file) =>
                 {
+                    Log.Debug(file);
                     string fileName = Path.GetFileName(file);
                     if (fileName == "saveMD5" || !FileUtil.CheckStringByRegular(fileName, ragule))
                     {