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

Version Control

-

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

Log in to post comment