Search Unity

Question How to freeze one scene while other is active

Discussion in 'World Building' started by unity_1294E9AD63F8F4DF1805, Nov 11, 2021.

  1. unity_1294E9AD63F8F4DF1805

    unity_1294E9AD63F8F4DF1805

    Joined:
    Jul 26, 2021
    Posts:
    2
    I'm building a little project and I have two scenes: Main Menu and Game Scene, both with separate cameras but only Game Scene has a player object with movement. The problem is when I try to load my Main Menu Scene, I'm able to move my character which is in complete different scene, I want to let it move after the Start Button is pressed --> the Game Scene is loaded, how do I do that?
     
  2. unity_1294E9AD63F8F4DF1805

    unity_1294E9AD63F8F4DF1805

    Joined:
    Jul 26, 2021
    Posts:
    2
    Figured that out, I had to remove Game Scene from Hierarchy window, silly me XD