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
- Canvas masking is not updated when destroying the Canvas Component with an 'overrideSorting'
- Canvas UI is invisible in camera with output from Graphics Compositor with a texture sublayer when a separate camera renders to that texture as a Target Texture
- UI Builder Progress Bar Element background color does not change in the Viewport
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
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.