You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'd like to suggest a little improvement.
When I switch from Instant to Installed and vice-versa the game version remain the same.
It would be nice if the plugin keep the version for each one.
This is very useful because Instant version must always have a version number smaller than the current Installed one, so what I normally do is to keep them in a separate range.
For instance:
Instant Version 2.9.1.209 (Bundle Version Code 232)
Installed 2.9.2.5 (Bundle Version Code 1005)
This way I can update the Instant version without have to update the Installed one.
The text was updated successfully, but these errors were encountered:
Thank you for the feature suggestion. Since some developers might not want or expect this behavior, I'm thinking perhaps that it should be opt-in and disabled by default?
I wonder if this should simply be 4 text boxes representing the 4 values of version and version code, as in your example. Or to take away some flexibility but make it more automatic, the installed version code could be determined by adding a constant to the instant version code. It sounds like your preference would be 4 text boxes?
I think you are right. It can be confusing to change automatically the version and the version code when we switch between installed and instant.
Probably 4 text boxes is simpler but it need to be visible or people will go mad with that.
What if we have a checkbox (change version on switch) and 2 text boxes on the screen for switching between instant and installed and by default that checkbox is off?
The plugin should save internally version and version code based on the build type (instant and installed) and automatically populate based on the last save.
Hi,
I'd like to suggest a little improvement.
When I switch from Instant to Installed and vice-versa the game version remain the same.
It would be nice if the plugin keep the version for each one.
This is very useful because Instant version must always have a version number smaller than the current Installed one, so what I normally do is to keep them in a separate range.
For instance:
Instant Version 2.9.1.209 (Bundle Version Code 232)
Installed 2.9.2.5 (Bundle Version Code 1005)
This way I can update the Instant version without have to update the Installed one.
The text was updated successfully, but these errors were encountered: