Hi,
I have all the UI’s textures to be stored in a big png file, and made a material to sample sub texture from it. Thus, I have many material instances for every sub textures.
Since it’s inefficient to find some textures by opening one by one, I’m wondering if material instance can have thumbnails.
Thanks