三国卡牌客户端基础资源仓库
hch
8 天以前 a9a745ca213276a741bdbe8b6498c42ab697d40f
0312 AOT启动后卸载资源
1个文件已修改
2 ■■■ 已修改文件
Assets/Launch/Launch.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/Launch.cs
@@ -159,7 +159,7 @@
#endif
        LocalResManager.step = LocalResManager.LoadDllStep.None;
        // m_UICanvas.gameObject.SetActive(false);
        // DestroySingleton();
        DestroySingleton();
        Type type = _hotUpdateAss.GetType("LaunchInHot").BaseType;
        var getInstance = type.GetMethod("get_Instance", BindingFlags.Public | BindingFlags.Static);