Camera Effects Applied on All Culling Mask Layer either layer is turned on or off
My project is in 2d.
I have a main menu scene in which there is a background on layer 0 and a Title at layer 1 and a play button on layer 1.
i want to add glow on only Title and play button.
i create a new layer name glowing and set Title and Play button layer to Glowing layer.
Now
i create an other camera set its name to GlowingCamera which only render Title and play button and i set this camera clear flag type depth only and set depth to 2 and culling mask is only Glowing Layer.
I set maincamera also clear flag type depth only and set depth to 1 and culling mask is only Everything but not GlowingLayer.
Every thing looks good but when i applied Glow to Glowing Camera but the effect also applied on Layers which are not in culling mask.
Your answer
Follow this Question
Related Questions
Post Processing v2 not working in Unity 2018.3 1 Answer
Motion Blur is always affecting camera even when its not moving 1 Answer
Increase Lens Distortion value problem 0 Answers
Post-processing "Bloom" effect affects all light colors,Bloom affects every white material 0 Answers
UI with layer always displaying 1 Answer