Assets/Editor/Tool/TableTool.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Tool/TableTool.cs
@@ -19,6 +19,7 @@ var root1 = UnityEngine.Application.dataPath + "/ResourcesOut/Config"; var configFiles = new List<FileInfo>(); configFiles.AddRange(FileExtersion.GetFileInfos(root1, new string[] { "*.txt", "*.TXT" })); configFiles.AddRange(FileExtersion.GetFileInfos(root1, new string[] { "*.ini", "*.INI" })); var root2 = UnityEngine.Application.dataPath + "/Resources/Config"; if (Directory.Exists(root2)) {