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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The hang is caused by a user script that ends up in an infinite loop in his RandomColumnPosition() method in RandomDoubleColumnPosition.cs.