三国卡牌客户端基础资源仓库
hch
2025-09-15 a9a745ca213276a741bdbe8b6498c42ab697d40f
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);