Dither Unity textures to save memory
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 ...