I have 3 scenes loaded, when I restart the scene using
Scene loadedLevel = SceneManager.GetActiveScene ();
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?


