简化流程,支持非强制更新,移除冗余UpdateMainFest与UpdateVersion的流程,因为Yoo统一了编辑器单机和联网的流程了。

简化流程,支持非强制更新,移除冗余UpdateMainFest与UpdateVersion的流程,因为Yoo统一了编辑器单机和联网的流程了。
This commit is contained in:
Alex-Rachel
2025-03-25 19:10:39 +08:00
parent b1d06ecef5
commit e37c066f9f
8 changed files with 102 additions and 216 deletions

View File

@@ -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)