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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.