Load attribute does not work

Hi guys. I have 2 attributes; score and high score. In gameplay scene there is an actor to display score and save as attribute. When player lose, game over scene comes and there is the copy of score, under it a high score actor. Behaviors >> if score > high score >> change attribute high score to score. And save attribute high.score -> hghscr. In high score actor >> load attribute hghscr -> high.score and display high.score

I'm working on windows, I created an apk to test on my android device, in game there is no problem. I'm changing the scenes and the high score is always there but if I close game and enter again high score is gone.

What can I try to fix this ?

Comments

Sign In or Register to comment.