少年修仙传客户端基础资源
lwb
2021-02-25 f57f62816a6f621cb7e7946e7a97ef5c6f570a82
Assets/Editor/Tool/TableTool.cs
@@ -274,6 +274,7 @@
    /// <param name="setPath"></param>
    private static void PathCache(string setPath = "")
    {
        DebugEx.Log("路径缓存:" + setPath);
        string configPath = UnityEngine.Application.dataPath;
        configPath = configPath + "/ResourcesOut/Refdata/Config/PathCache/TablePath.txt";
        FileStream configPathTxt = File.Open(configPath, FileMode.Open);