gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

Windows ASync #39

Open LeeVermeulen opened 5 years ago

LeeVermeulen commented 5 years ago

Hi, I am looking to add support for ASync with Windows, but I just wanted to see if there was a reason that isn't done currently, thanks!

akoscsiszar commented 5 years ago

When wrapping the StandaloneFileBrowser.OpenFilePanel() with an Async function the created Task never seems to finish. I did not investigate further why.