Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Restart Scene causes a temporary crash on the screen. [5.6.0b3]

Discussion in '5.6 Beta' started by sskenth, Jan 16, 2017.

  1. sskenth

    sskenth

    Joined:
    Sep 23, 2016
    Posts:
    54
    I have 3 scenes loaded, when I restart the scene using

    Code (CSharp):
    1.         Scene loadedLevel = SceneManager.GetActiveScene ();
    2. SceneManager.LoadScene (loadedLevel.buildIndex);
    The app produces some very odd results, a black bar comes across the center of the screen and theres scrolling static.

    I also tried unloading scenes and loading by name, but still same result. Anyone else get this?
     

    Attached Files:

  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Hi sskenth,
    Could you please file a bug report with a minimal reproduction case and reply in here with the case #?
     
  3. sskenth

    sskenth

    Joined:
    Sep 23, 2016
    Posts:
    54
    Hi LeonhardP
    Here's my case and title number-
    (Case 872518) Daydream unity crash when restarting scene

    Hope that helps, let me know if theres anything else needed from me, also sorry about the delay!

    Kind Regards

    Sat
     
    LeonhardP likes this.