Combining separate, post-processed Cameras
I have three cameras, each seeing only a single layer, and want to add separate post-processing effects to each of them and combine them afterwards.
It is important to note, that the combining has to be done afterwards, as I do not want the shader of camera 1 to recolor everything below it.
.
For the record I've been trying with Graphics.Blit, but cannot figure out how to preserve the transparency/stencil buffer between "blits".
Answer by Harambe_Reborn · Jan 03, 2020 at 07:58 PM
Okay - some months later here I am. I ended up using the depth texture of the camera to apply different effects depending on the depth of the objects.
I still do not know if this is possible.
Your answer
Follow this Question
Related Questions
How to enhance 3D graphics in Unity for mobile devices? 0 Answers
Something wrong with the cut out feature of the standard shader? 0 Answers
Own post-processing in URP 0 Answers
Just Cause 3 Volumetric Explosions 1 Answer
Representing Lens Distortion coordinates in 2D I with my custom lens shader - What am I doing wrong? 0 Answers