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

+ 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))
                     {