yasirkula / UnitySimpleFileBrowser

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

Images Thumbnails #53

Closed ghost closed 3 years ago

ghost commented 3 years ago

How to display images thumbnails instead of nice icons that exist now so the user can see what he is choosing from?

yasirkula commented 3 years ago

SimpleFileBrowser doesn't have that functionality built-in since it requires implementing a texture caching system, which can be really complex. To implement this feature on your own, you can modify either this code or this code.

ghost commented 3 years ago

Thank you for the quick reply! Appreciate the work you've done here.