We had basic PP (Vignette) for scope blackout (let’s not go into choices made, but lets evaluate situation), after transition to 2019.3.0f1, PP stopped working, after re-setuping project to use UWRP (since LWRP still persisted in packages and without removing it i could not remove PPv2), I’ve setup same effect using integrated core SRP PP, and what would you think? it doesn’t work after tons of debugging Unity code, i found out, that VolumeManager gets layer mask consisting only of 1 layer with the value of 1, maybe it’s camera issue? No camera culling mask is set to everything…
ok lets try moving PP to “Default layer” since SRP Volume manager gets mask containing only default layer, 0_0 it works, well not exactly, it works only on editor camera (Scene preview) and in empty scene, in game scene doesn’t seem to. Frame debugger doesn’t appear to even try to render it.
Any hint or suggestions how to continue?
P.S. Updating to 2019.3.0f3 didn’t help.
