Auto spawn character: how to disable?

In Puzzle project template player character is not present in the level. When the game starts the player character created automatically.
In Side Scroller 3D player character already present in the level editor and it is used when the game started.

I am creating a puzzle game and selected Puzzle template. I placed my player character in the level editor. But when the game starts it creates the second player. I do not need this player and I cannot find how to turn off its creation.

How to disable this automatic player creation?

1 Like

Set Default Pawn in Game Mode (or Project Settings if you dont have your own game mode class) to None (click “Clear” on class selection). This will disable build in spawn system

3 Likes