yasirkula / UnitySimpleFileBrowser

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

How to change color? #50

Closed shadowfox87 closed 3 years ago

shadowfox87 commented 3 years ago

The file browser is great and works functionally? But some people want a dark background instead of white.

image

Any idea how we can modify the white to gray?

yasirkula commented 3 years ago

You can either modify the sprites in an image editing software and see how it looks, or change the Color properties of Image objects in SimpleFileBrowserCanvas prefab.