Search Issue Tracker
Feature Request
Feature Request in 2023.1.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.
Resolution Note (2023.1.X):
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.