Hello again. After a lot of help from this great forum, i have finally managed to complete my first game.
The problem is, for some reason, in the exported game, the begin button does not work. Its supposed to open the main level (see menu blueprint screenshot) but nothing happens. The quit button works fine. The begin button works without problems in Unreal Editor.
The game compiled without any errors (i think).
I have no idea where to even begin diagnosing this issue.
update: just figured out that there is a log file in the game folders.
LogGameMode: FindPlayerStart: PATHS NOT DEFINED or NO PLAYERSTART with positive rating
after some googling, that i think seems to be the problem.
moved the playerstart a little and changed “spawn handling collision method” to “try to adjust position, but always spawn”.
will recompile the game tommorow hope it will work