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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.