When loading new map, problem with player controller [SOLVED]

I have 2 maps in my project: MAP_lobby and MAP_mainGame
MAP_lobby should load GameMode_Lobby (no pawn, just UI) and
MAP_mainGame should load GameMode_jam3rdP class…

When I click “Start” , MAP_mainGame is loaded, but with the player controller from lobby MAP

image
image

What I am doing wrong? thx!!

Solved!, the problem was in input mode and in a widget which was loaded again (black screen)

image

1 Like