gkngkc / UnityStandaloneFileBrowser

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

Correct .Net version? #80

Open jhocking opened 4 years ago

jhocking commented 4 years ago

Is the readme correct about Windows when it says: Requires .NET 2.0 api compatibility level

I've been using this file browser for a while in a mac tool (works great btw) and just tried to build it on Windows. I had an error until switching to 4.x

rubenwe commented 4 years ago

@jhocking Maybe what I did for #76 might help. Cheers!

jhocking commented 4 years ago

Possibly I didn't do it quite right (just grabbed the three DLLs in your commit, and dropped them into the installed package) but that didn't work. It did build fine with .NET 2.0 but the file picker didn't actually appear in the built app.