Loading Screen System (Level Transitions w/ Progress)

I’ve tried basically every way.

Creating pawn in game mode.

Creating actor that spawns character and posses.

Spawning and possessing character from player controller.

They all work fine when I launch the level as standalone. The second I try to open the exact same level with “open level” none of them work anymore, it just gets stuck in a non-controllable spectator at 0,0,0.

My game has a Character Select level which saves a bunch of information in Game Instance, then I try to load into my actual game and construct the character with this information.