Custom render passes in Unity

from blog Alexander Ameye, | ↗ original
Jump to heading # Introduction Since the introduction of Unity's Scriptable Render Pipeline in 2018, you can create your own custom render passes and inject them into the render pipeline. Since the documentation on them is still lacking, I created this basic template pass that could function as boilerplate code...