gkngkc / UnityStandaloneFileBrowser

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

Windows Source Code #10

Closed ArashPix closed 6 years ago

ArashPix commented 7 years ago

Hi, Good job. I just couldn't find the windows version of plugin source code (Any Visual Studio project?)

gkngkc commented 7 years ago

Thanks,

Windows side uses Ookii.Dialogs lib, you can check it out here

ArashPix commented 7 years ago

Thanks, but I was wondering if the source code (c++) is accessible!!! Like the visual studio project to create the dlls!

gkngkc commented 7 years ago

Ookii.Dialogs source code is available at their project page(download link). You can create your own dll's with it, but it's not C++, its C# (.NET).