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
What I am doing wrong? thx!!