Search Issue Tracker
By Design
Votes
0
Found in [Package]
8.2.0
Issue ID
1281836
Regression
No
[URP] Scene View background colour is shown black when Shading Mode is set to Wireframe
How to reproduce:
1. Create a new URP project
2. In Scene View change Shading Mode to Wireframe
Expected result: Background color is the default grey
Actual result: Background color is black
Reproducible with: Universal Render Pipeline 8.2.0 (2020.2.0b5)
Could not test with: 2018.4.28f1, 2019.4.13f1, 2020.1.9f1, 2021.1.0a1 (setup specific bug)
Notes: Does not reproduce with HDRP
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Closing as by design. What happens is that the custom pass ExplosionRippleApply in this does a ping pong blit.
Camera -> TempTexture
Texture -> Camera
Then TempTexture is cleared to black. So in wireframe when we do the blit we sample from the TempTexture and it behaves as if this pass cleared everything that has been drawn before.