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
- 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:
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.