emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

Update Game when Build Index is newer on Server #55

Closed LukasFratzl closed 1 year ago

LukasFratzl commented 2 years ago

Here, the current situation: 2022-07-18 09_00_48-patch_bugs

My Feature request is when doing this patch check and PATCH can't spot any updates, doing a Build Check and see if the current local game is lower as the version on the server, and create a repair when the server version is newer. Maybe with a settings bool to enable or disable it.

emanzione commented 1 year ago

Done! This can be enabled/disabled by setting the flag ILauncherSettings.EnableRepairToTheLatestVersionIfNoPatchFound. By default, it's enabled.

It will be included in the next release!