Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0f3
Issue ID
985788
Regression
No
Unity hangs when switching between scenes during play
To reproduce:
1) Open attached project and "Level" scene
2) Play it
3) Click one of three little screens in the bottom half of the screen
4) Click Back icon in top left corner (arrow pointing left)
5) Repeat steps 3-4 until the game hangs (might need only one repeat, might need 10-20 before it happens. The amount isn't consistent but managed to get the hang all the times eventually)
Reproduced in 2017.1.0f3, 2017.3.0f3, 2017.3.0p2, 2018.1.0b3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Resolution Note:
The hang is caused by a user script that ends up in an infinite loop in his RandomColumnPosition() method in RandomDoubleColumnPosition.cs.