Search Issue Tracker
Duplicate
Votes
0
Found in
5.1.0a2
Issue ID
679925
Regression
No
Calling Wait on a new Version Control Task object crashes the Editor
Execute this code and Unity will crash:
var t = new UnityEditor.VersionControl.Task ();
t.Wait ();
Maybe Unity should guard itself somehow from cases where Wait is called improperly and handle it more gracefully.
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
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
This is a duplicate of issue #676820