Load player clothing from Game Save

Just came across this and noticed something in these screen shots I didn’t before. Do you ever call the “construct avatar” function again when you go to level 2? You realize the game instance is created once and never again. So if you have this function somehow hooked up in a way where it gets called when the game instance is created when you go to level 2 it wouldn’t get called again. And unless you “save/load” each time you go to a new level you wouldn’t get any updates from level 1 showing in level 2 simply by calling this again since it creates your avatar from saved game data. Anyway, just a thought.