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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
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.