I am wondering when I release a title for in the google play store and I have the save game integrated in the level blueprints, will a title update overwrite the players current progress?
By title update I mean if I later will fix bugs or integrate other stuff into the game.
The variables for the save game are seperately stored in a savegame.h blueprint.
Hmm, silly me, I guess the only thing to pay attention to is to not include the save game file and keep the save game variables etc the same. Guess thats about it.