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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.