4334 【前端】随包资源支持热更 需要sdk更新
(cherry picked from commit c21ab74049b36ad59960967df61dea4d6999a581)
| | |
| | | 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(root1, new string[] { "*.txt", "*.TXT" }));
|
| | | configFiles.AddRange(FileExtersion.GetFileInfos(root2, new string[] { "*.txt", "*.TXT" }));
|
| | |
|
| | | foreach (var file in configFiles)
|
| | | {
|