You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnErr("Event channel closed during refresh. Hint: Unity Editor process shuts down unexpectedly, it could have crashed or been killed by user.".into());
662
662
}
663
663
Err(_) => {
664
+
// Important: Check if Unity Editor is still running
0 commit comments