Character not spawing when pressing play in editor?

When ever I press play in editor, it shows the sky from the sky dome instead of spawning the Third Player Character, which I expect to spawn at player start. The character is yet unplayable. How can I fix this and have the character spawn at player start?

The Game mode is not the default third game mode, but instead a game mode I’ve created. I also have the default pawn class as the character that I want to spawn but not nothing happens. Nor when I have the default pawn class set as “None”.

Any help would be much appreciated.

Are you using a custom sky mesh? If so have you disabled collision on it? A video or images would help more to understand whats going on.

GameMode and GameState needs to match. if you are using GameMode with GameStateBase and vice versa it will fail to spawn.