Search Issue Tracker
By Design
Votes
0
Found in
2021.3.41f1
2022.3.39f1
6000.0.12f1
Issue ID
UUM-76330
Regression
No
Editor freezes occasionally when entering Play mode while using procedural generation
How to reproduce:
1. Open the attached "big game.zip" project
2. Open the "Dungeon" Scene and enter Play mode
3. Observe the Editor
4. Repeat step 2 if necessary
Expected result: Unity Editor enters Play mode without any issue
Actual result: Unity Editor occasionally freezes when entering Play mode. Application.EnterPlayMode never finishes executing unless the Editor is restarted
Reproducible in: 2021.3.41f1, 2022.3.39f1, 6000.0.12f1
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Infinite loops were detected in project script. LoopSectorSnake() in ProcGen.cs was not always generating a new sector but kept looping, which was causing the editor to hang. Adding infinite loop checks inside ProcGen.cs fixes this issue. If you believe that these conditions were reached as a result of a bug, please feel free to re-open the case and provide more information so we can investigate it further. Thanks!