The Game instance is carried between levels. So just save and load your character variables from there. Or you could use level streaming and have an actor in the persistent level hold the variables.
The Game instance is carried between levels. So just save and load your character variables from there. Or you could use level streaming and have an actor in the persistent level hold the variables.