Unity Learn home
View Tutorial Content

Custom Render Passes with LWRP

Tutorial
Intermediate
+10 XP
25 Mins
(26)
Overview
Summary
The Lightweight Render Pipeline (LWRP) is a legacy subset of Unity’s new Scriptable Render Pipeline implemented in version 2018.3. It enables users to extend Unity’s graphics pipeline with customized graphical effects, lending itself to artistically driven projects. Unlike ordinary shaders and effects, these passes are not camera dependent and can persist throughout the entire project without the need to set them up individually for each Scene.
Related documentation
Select your Unity version
Last updated: December 14, 2021
2019.4
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
Language
English
Unity Pro
The complete solution for professionals to create, operate and monetize.
Custom Render Passes with LWRP