Invisible Third Person Player

Everything (any variables) you want to keep (save) between permanent levels must be pushed in game instance. Game instance is the only “God” that doesn’t get destroyed along with any persistant level, it only gets destroyed when you exit the application - in your case, the game.
However, if you keep your permanent level and stream in additional levels, things change, but that’s another story altogether.

Cheers & good luck!