Hey everyone,
Just had a quick question about the built-in hi-score table and how it functions on Android.
In my game, I have high scores for each level, so what I did, was within the hi-score table properties, make it so each level saves to a different file. This seems to work correctly when I test on the desktop. However, for some reason, when I test the game on my phone, the high scores for each level are always the same as each other when they should be different, which tells me Android isn't saving the other hi-score table results into separate folders for some reason.
Is there a particular way this needs to be done? Or is it just not possible yet on Android? Or maybe I'm missing something?
Any help is appreciated as always!