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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.