ResourceModule UpdateMainfest Info and Save operation.SavePackageVersion();

ResourceModule UpdateMainfest Info and Save operation.SavePackageVersion();
This commit is contained in:
ALEXTANG
2023-05-07 12:20:29 +08:00
parent ece41a730e
commit 5fb16b442e
3 changed files with 19 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ namespace GameMain
if(operation.Status == EOperationStatus.Succeed)
{
//更新成功
//注意:保存资源版本号作为下次默认启动的版本!
operation.SavePackageVersion();
ChangeState<ProcedureCreateDownloader>(procedureOwner);
}
else