k-rice
k-rice
I get the same results with Unity *2021.2.13f1*. Pretty sure what is happening is that *OnRenderImage* is no longer supported with the Scriptable Render Pipeline. This project out of the...
I verified that the shaders will work fine with Unity *2021.x* and URP *12.x* using [URP_BlitRenderFeature](https://github.com/Cyanilux/URP_BlitRenderFeature). Anyone wanting to follow this tutorial using a more recent version of Unity and...
Here's [a thread](https://forum.unity.com/threads/post-processing-stack-v2-0-not-working-with-universal-rendering-pipeline.735137) that talks about post-processing in URP that I just posted a follow up to for information on how to create a custom volume override.