yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
851 stars 111 forks source link

UWP compatibility #7

Closed levtoji closed 6 years ago

levtoji commented 6 years ago

At the moment I am trying to build a project including the file browser to UWP, but I get errors. I can not use Environment.SpecialFolder (and some more functionalities in this class) which seems to be not included in UWP. Maybe there is a quick fix. For today I will just try to include the UWP file browser. Of course it would be cool, if this file browser could do this too.

yasirkula commented 6 years ago

I'll see what I can do. Thanks for reporting this.

yasirkula commented 6 years ago

I've fixed the errors for convenience but I couldn't get the plugin to work correctly with UWP. I guess it is only possible to use native dialogs on UWP. So, this plugin won't be supporting UWP.

Thanks again for reporting the errors.