I built project in Visual Studio, disabled live coding, created Blueprint class based on AdventureGameMode. But when I tried to apply my BP_AdventureGameMode to Default GameMode, it didn’t appear in drop-down panel as showed in the tutorial.
Even though I managed to drag and drop BP_AdventureGameMode to Default GameMode, I cannot print debug messages on screen in AdventureGameMode::StartPlay.
This look a lot like the start of the issue I got that go much beyoud this :
And as for why the Log doesn’t appear, it’s because on the setting of your level, there is another GameMode loaded in, and the GameMode of the Level Override the GameMode of the project !
If you put the GameMode of your level to none, it should work.