Save/load level and location and life,

I think what you’re going is overwriting a previous save game.

Once you have saved the game, next time you need to modify something in the save game, you need to read back the save game, change it, and write it back. Not create a new save game object every time.

Here’s my save game 101

Don’t always just create a new one

image