Search Unity

load a scene and press a button to continue

Discussion in 'Scripting' started by danchavil, Dec 7, 2018.

  1. danchavil

    danchavil

    Joined:
    Jul 12, 2018
    Posts:
    32
    Hello,

    i have a problem, i use a load async to load a scene, but when the load finished change the scene automaticaly.

    i need when my scene press a button change the scene.

    i try look the progress of loading, but when finish the load, change the scene and can't press the button to change the scene.

    some one can help me please
     
  2. Move the button press to the beginning of the new scene. Start with that, you will have an easier life I think. Just load the scene, switch to it and begin the scene with showing the button and waiting for input.