Unity's Scriptable Render Pipeline
Scriptable render pipeline is a way to customize the render engine in Unity using C#. It hooks into the C++ of the render engine. It's an advanced feature that beginners don't really need to worry about. Unity comes with two pre-built scri…