Search Issue Tracker
Active
Votes
1
Found in
2019.4
2020.3
2021.3
2021.3.2f1
2022.1
2022.2
Issue ID
1428833
Regression
No
Async/await makes the Editor hang indefinitely
How to reproduce:
1. Open the attached "Deadlock test" project
2. In the Project window, Right Click -> Create -> Bug -> Sample
3. Click "Test" in the Inspector window
Expected result: "Value" changes from 0 to 10 with no problems in the Inspector window
Actual result: A loading bar that says "Hold on (busy for Xs)..." pops up and hangs indefinitely, making the Editor unusable
Reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a15
Notes:
1. Unity freezes without a loading bar in 2019.4
2. The line that makes the Editor hang can be found at Assets/Editor/1428833_SampleScriptableObjectEditor.cs at line 16
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment