Search Unity

Loading a scene while LoadSceneAsync is going on

Discussion in 'Scripting' started by lka69, Mar 1, 2017.

  1. lka69

    lka69

    Joined:
    Jun 6, 2009
    Posts:
    39
    I need to load a scene immediately even when another scene is loading.

    Calling SceneManager.LoadScene() doesn't work, the async loading keeps going on.
    What can I do?