Hi all. I’m trying to extend URP ( LWRP ).
I don’t know when it changed but can use below namespace
using UnityEngine.Experimental.Rendering.LWRP;
and I can’t use this
using UnityEngine.Experimental.Rendering.LightweightPipeline;
( compiler says namespace “LightweightPipeline” is not exist in “UnityEngine.Experimental.Rendering” )
For this reason, I cannot use ”IRendererSetup”, “DepthOnlyPass”, and others.
Does anyone know how to solve it ?
I need your help.