Dithering Image Effect
We will be making this effect :
Dithering Effect
This effect can handle both color depth reduction ( reducing number of colors gets displayed ) as well as the dithering ( our main objective )
As this is an image effect go ahead and create a new image effect in Unity.
There is no vertex shader code as this is an image effect.
So now let's look at the properties that we have for the shader :