Main/Manager/StageManager.cs
@@ -52,6 +52,14 @@ UIManager.Instance.OpenWindow<LaunchBackGroundWin>(); UIManager.Instance.OpenWindow<LoginWin>(); SoundPlayer.Instance.StopBackGroundMusic(); if (VersionUtility.Instance.NeedDownAsset() && !AssetVersionUtility.hasDownLoadFullAsset) { DownloadHotMgr.Instance.ClearDownloadCache(); InGameDownLoad.Instance.inGameDownLoadAllow = true; InGameDownLoad.Instance.TryDownLoad(InGameDownLoad.Dominant.None); } } // 返回登录界面 如断线