Forum rules - please read before posting.

Main menu

Greetings,

I have a small issue. My first scene is the Main menu, how can I prevent the player from spawning at the main menu scene? 


Comments

  • You can create a temporary override player, by attaching the Player component to an empty GameObject and tagging it as Player.  A Player needs to be in the scene, but that will replace your regular one while that scene is open.

    Otherwise, you can just move your player out of view, and use the Engine: Manage systems Action to prevent movement / interactions.
  • That worked like a charm! Thanks! :3
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.