mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
简化流程,支持非强制更新,移除冗余UpdateMainFest与UpdateVersion的流程,因为Yoo统一了编辑器单机和联网的流程了。
简化流程,支持非强制更新,移除冗余UpdateMainFest与UpdateVersion的流程,因为Yoo统一了编辑器单机和联网的流程了。
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Procedure
|
||||
LauncherMgr.Show(UIDefine.UILoadUpdate, $"下载完成...");
|
||||
|
||||
// 下载完成之后再保存本地版本。
|
||||
PlayerPrefs.SetString("GAME_VERSION", _resourceModule.PackageVersion);
|
||||
Utility.PlayerPrefs.SetString("GAME_VERSION", _resourceModule.PackageVersion);
|
||||
}
|
||||
|
||||
protected override void OnUpdate(ProcedureOwner procedureOwner, float elapseSeconds, float realElapseSeconds)
|
||||
|
Reference in New Issue
Block a user