Character Selections not persistant when exiting and re entering the game

I have recently taken on the project of creating an endless runner game. I have the basic game however I want to be able to let the player pick a character that they control to run with. I have created the system however when you load the game up the character you picked last time doesn’t persist. Here are the screenshots of the code and game.

![alt text][4]

Hi Gadget, I don’t see any saving going on there.

You don’t need the game instance, you need a save game. Once the player has chosen their options, you have to put it in the save game.

Next time the game starts, reload from there: