Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0.0
Issue ID
1407667
Regression
Yes
[Universal RP] Stencil buffer is cleared when disabling SSAO and/or Depth Texture
How to reproduce:
1. Open the user's attached project "HighlightTest.zip"
2. Open Game View
3. Select "ForwardRenderer" (Assets > Repro > URP Settings) and disable SSAO
4. Observe changes in the sphere GameObject's glow
Expected result: Sphere GameObject's outer glow is behind the GameObject
Actual result: Sphere HameObject's outer glow is in front of the GameObject
Reproducible with: 12.0.0 (2021.2.0b2), 12.1.6 (2021.2.19f1), 13.1.1 (2022.1.0a16)
Not reproducible with: 7.7.1 (2019.4.37f1), 10.8.1 (2020.3.33f1), 12.0.0 (2021.2.0b1), 13.1.3 (2022.1.0b1), 13.1.7 (2022.1.0b15), 14.0.2 (2022.2.0a10)
Notes:
- Disabling Depth Texture in "UniversalRenderPipelineAsset" (Assets > Repro > URP Settings) when SSAO is disabled will not reproduce the issue
- Disabling Anti Aliasing (MSAA) in "UniversalRenderPipelineAsset" after disabling SSAO and/or Depth Texture will not reproduce the issue
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
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
Resolution Note:
This behavior is by design as setting SetRenderTarget at the start of the render feature eliminates the issue. As discussed here: https://unity.slack.com/archives/CAR8G94EL/p1646140659190639