Post Processing v2 not working in basic scene

I setup post processing v2 and cannot figure out what’s wrong.

Steps

  1. Create new project with HDRP 2019.2.0b9
  2. Install 2.1.7 Post Process v2 package and update HDRP to 6.9.0 (and dependencies)
  3. Add “Post Processing Layer” to camera, set layer to “PostProcessing”
  4. Add Empty Game Object, add “Post Processing Volume”, set to isGlobal
  5. Set Empty Game Object to layer: “PostProcessing”
  6. Add new Profile to “Post Processing Volume”
  7. Add an effect to the Profile i.e. Vignette
  8. Enable all and change settings in effect

At this point there are no visual effects being applied to the scene. What am I missing?

1 Like

HDRP has its own post processing since Unity 2019.1 HDRP 5.7 so Post Processing V2 won’t work with it.
These effects are part of the volume system in HDRP.

LWRP/Universal Render Pipeline (being renamed from 2019.3 forward) will also have its own Post Processing in Unity 2019.3 and will also be using a similar volume system.

1 Like

Thanks this helped me!

Hi I have same issue with LWRP on Unity 2019.3.0f6

  1. Create new project with LWRP 2019.3.0f6 with LWRP 7.1.8

  2. Install 2.3.0 Post Process v2 package (and dependencies)

  3. Add “Post Processing Layer” to camera, set layer to “PostProcessing”

  4. Add Empty Game Object, add “Volume”, set to isGlobal and set same layer

  5. Add new Profile to “Post Processing Volume”

  6. Add an effect to the Profile i.e. Vignette

Can anyone help me?
I am using 2D esperimental lights in my scene

2 Likes