Search Issue Tracker
Fixed
Votes
0
Found in
2020.3
2021.1.24f1
2021.2
2022.1
Issue ID
1373470
Regression
No
Depth Mask is not receiving "Global Post Process" effects
How to reproduce:
1. Open project "Broken_DepthMask.zip"
2. Make both Scene and Game windows visible
3. Select "MainCameraRig" in the Hierarchy window and change its X coordinates in the Inspector window
4. Observe the Game window
Expected result: All objects in the Game window receive yellow color from the post-processing
Actual result: Some objects in the Game window receive yellow color from the post-processing
Reproducible with: 10.7.0 (2020.3.24f1), 12.1.1 (2021.2.4f1), 13.1.2 (2022.1.0b1)
Could not test with: 7.7.1 (2019.4.33f1) (Errors: "Assets/_Stuff/_UniversalRenderPipelineAsset/Script/DrawFullscreenPass.cs(26,30): error CS0115: 'DrawFullscreenPass.OnCameraSetup(CommandBuffer, ref RenderingData)': no suitable method found to override")
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note:
'Depth Mask' is receiving post processing but because both the base and overlay cameras have Post Processing checked, it results in both camera looking different due to the items in the base camera having double post processing applied.
Solution to this issue is to only apply post processing once in the camera stack at the point where you need it to.