少年修仙传客户端基础资源
client_Wu Xijin
2018-11-22 e39422e618825d26d549f4375f6bf4235824b166
3335 维护打包代码
1个文件已修改
9 ■■■■ 已修改文件
Assets/Editor/Tool/TableTool.cs 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/TableTool.cs
@@ -185,7 +185,14 @@
        var configFiles = new List<FileInfo>();
        configFiles.AddRange(FileExtersion.GetFileInfos(root1, new string[] { "*.txt", "*.TXT" }));
        var root2 = UnityEngine.Application.dataPath + "/Resources/Config";
        configFiles.AddRange(FileExtersion.GetFileInfos(root2, new string[] { "*.txt", "*.TXT" }));
        if (Directory.Exists(root2))
        {
            var fileInfos = FileExtersion.GetFileInfos(root2, new string[] { "*.txt", "*.TXT" });
            if (fileInfos != null)
            {
                configFiles.AddRange(fileInfos);
            }
        }
        foreach (var file in configFiles)
        {