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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.