System/ClientVersion/VersionUtility.cs
@@ -74,7 +74,7 @@ versionInfo = JsonMapper.ToObject<VersionInfo>(_result); if (NeedNormalUpdate()) { if (Application.isMobilePlatform) if (Application.isMobilePlatform || Application.platform == RuntimePlatform.WindowsPlayer) { RequestApkDownConfigs(); } @@ -137,6 +137,10 @@ step = Step.DownLoadPrepared; WindowCenter.Instance.OpenFromLocal<VersionUpdateWin>(); break; case RuntimePlatform.WindowsPlayer: step = Step.DownLoadPrepared; WindowCenter.Instance.OpenFromLocal<VersionUpdateWin>(); break; default: step = Step.Completed; break;