Search Issue Tracker
Feature Request
Votes
4
Found in
2020.3.41f1
2021.3.12f1
2022.1.22f1
2022.2.0b15
2023.1.0a17
Issue ID
UUM-19286
Regression
No
Editor.OnPreviewGUI background isn't rendered in HDRP or URP
How to reproduce:
1. Open the user-attached project “OnPreviewGUI test HDRP”
2. Observe the “GUIPreviewTest” window
Expected result: The background texture is rendered
Actual result: The default grey background is rendered
Reproducible with: 2020.3.41f1, 2021.3.12f1, 2022.1.22f1, 2022.2.0b15, 2023.1.0a17
Reproducible on: Windows 11 Pro
Note: The issue is not reproducible without HDRP or URP package
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Resolution Note:
The render pipelines do not currently support rendering on top of existing render target contents and will always fill in the background. This causes the background texture to be overwritten.
We appreciate this can sometimes be useful and have logged this as a feature request for the render pipeline teams.