I have a high score game with generated levels. I am pushing an update which changes the way levels are generated, so obviously older high scores will be invalid.
What's the easiest way to do a check to see if the user is currently running the newest version of the game?
Can I check the snapshot name or do I set a version property somewhere which I can check?
Julian Papasian
I have a high score game with generated levels. I am pushing an update which changes the way levels are generated, so obviously older high scores will be invalid.
What's the easiest way to do a check to see if the user is currently running the newest version of the game?
Can I check the snapshot name or do I set a version property somewhere which I can check?
It's a unity game FYI