Huy Minh Ha

Software development, Tech and other stuff

Thu 05 January 2017

Dither Unity textures to save memory

Posted by Ha.Minh in Unity   

The project code is here: https://github.com/minhhh/unity-texture-dither

In many cases, we want to dither textures so that we can use more compact texture import format to save memory. This project aims to provide a workflow for dithering imported texture automatically, based on settings that can be swapped ...

Read more...