UnityStandaloneFileBrowser icon indicating copy to clipboard operation
UnityStandaloneFileBrowser copied to clipboard

Exceptions thrown results of Async methods crash the Editor on Mac

Open XPav opened this issue 7 years ago • 1 comments

StandaloneFileBrowser.OpenFilePanelAsync("Test", "", "", false, (string[] paths) =>
{
	throw new Exception("UNHANDLED");
});

This is using MonoBleedingEdge, but any exception thrown from there will kill the Editor or the Standalone player on Mac. Does not crash on PC.

XPav avatar Sep 22 '17 18:09 XPav

Hi,

Probably it was an issue with dispatch_async(), looks like 636db994a57b51ccb48e699b21086bd700ea1faf fixes this

gkngkc avatar Oct 16 '17 19:10 gkngkc