Search Issue Tracker
Duplicate
Votes
1
Found in
2018.3.0f2
2019.1.0a12
Issue ID
1109338
Regression
No
Not enabling Garbage Collector in OnDisable will freeze next game execution
To reproduce:
1) Open attached project and scene
2) Open the only script there
3) Comment out line 16 and save
4) Play the scene
5) Wait a bit until "Garbage Collector" message appears in the console
6) Stop the scene and play it again
Expected: It starts playing again
Actual: Editor permafreezes
Reproduced in 2018.3.0f2, 2019.1.0a12
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2018.3.X):
Fixed by disallowing disabling of the Garbage Collector in the editor. It has too many side effects and causes a lot of unexpected and hard to diagnose issues.