Unity 6000.0.4f1, URP 17.0.3
It seems that you have left code for testing purposes in various RenderPasses that might negatively affect performance. For example, it can be found in CopyColorPass, but also in various other passes.
Unity 6000.0.4f1, URP 17.0.3
It seems that you have left code for testing purposes in various RenderPasses that might negatively affect performance. For example, it can be found in CopyColorPass, but also in various other passes.
thanks for reporting, we are aware and will do a check of the passes to make sure those are removed where possible. It likely won’t have much impact on performance since most of these passes will never be culled though.