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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
The hang is caused by a user script that ends up in an infinite loop in his RandomColumnPosition() method in RandomDoubleColumnPosition.cs.