gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.07k stars 324 forks source link

Linux Support #30

Closed RicardoEPRodrigues closed 5 years ago

RicardoEPRodrigues commented 6 years ago

Is it possible to have Linux support using GTK?

gkngkc commented 6 years ago

It's possible but i never tried actually. There are c implementations out there like this, but i think it can be done with gtk-sharp without using native code bindings.

RicardoEPRodrigues commented 6 years ago

If I have time I'll mess around with GTK# and Unity.

RicardoEPRodrigues commented 5 years ago

Linux is implemented since https://github.com/gkngkc/UnityStandaloneFileBrowser/pull/41