Main Character spawn in MainMenu level

Hi there! I have my platformer game, which (obviously) starts with main menu (see first pic)
Now the problem is, I don’t know how shall I hide this player ONLY in Main Menu level, or avoid it’s spawning - again, only in Main Menu, as other other levels require Player Character to be spawned)
Could someone point me to solution of this problem? I bet it’s really simple, but I just don’t get it.

  • Place some background picture in main menu widget
  • Teleport player character into other location that camera cannot see, if you use different camera for that
  • Make character mesh invisible (set visibility to false)

Okey, thanks!