Cannot Load Game from main menu

Your problem is this

Nothing in the red box runs, because open level throws everything away except the game instance.

If you want to load stuff from the save game, you have to do it AFTER opening the level. So, that would be in the code of that level :slight_smile: