2024-11-01 16:55:46 +08:00

1.1 KiB

Custom rendering and post-processing

Customize and extend the rendering process in the Universal Render Pipeline (URP). URP uses Renderer Features to implement certain effects. URP includes a selection of pre-built Renderer Features and the ability to create customized Renderer Features known as Scriptable Renderer Features.

Page Description
Custom render passes Create a custom render pass in a C# script and inject it into the URP frame rendering loop.
Injection points reference The injection points you can use to inject render passes into the frame rendering loop.
Scriptable Renderer Feature and Scriptable Render Pass API reference Common methods you can use to write Scriptable Renderer Passes and Scriptable Renderer Features.

Additional resources