This package contains Return of the Obra Dinn style dither implementation using Unity's new Render Graph feature. This method is originally created by Lucas Pope for the awesome game Return of the Obra Dinn, and I converted an implementation of the method by Madalski which he explains in detail in this video. I simply ported it from the Built-in RP workflow to Unity's new Render Graph feature.
Unity 6 or above is required.
- Open UPM: "Window/Package Manager"
- Click "+" button at the top left
- Select "Add package from git URL" and paste following URL:
https://github.com/SinanErmis/ReturnOfTheObraDinn_Unity_URP_RenderGraph.git
There are two main ways to use:
- Either add Dither Render Feature to your render pipeline asset and attach necessary materials.
- Or inject render pass to pipeline programmatically. More info can be found here.
MIT