Search Issue Tracker
By Design
Votes
0
Found in [Package]
9.0.0, 8.1.0
Issue ID
1244704
Regression
No
[HDRP] Game view window does not refresh on changing Background Type Color to None
Game view window does not refresh on changing Background Type Color to None.
Steps to repro:
1. Create a new HDRP Project.
2. Select the Main Camera > Background Type > Color.
3. Change Background Color to Green.
4. Change Background Type > None.
Actual Result:
Camera preview window does not refresh on changing Clear Flags.
Expected Result:
Camera preview window should be refreshed on changing Clear Flags.
Reproducible in:
2020.2.0a9, 2020.1.0b8, 2019.3.2f1 with Package Version 9.0.0, 8.1.0, 8.0.1, 7.3.1.
Note: Camera Render Type > "None" option is not available in Package Version 7.3.1.
Environment:
Occurring only on Windows 10.
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
This is the expected behavior for background type set to None.
In practice this means that we don't clear the main color buffer (with either color or the sky) and since HDRP reuse render texture between cameras, it's expected to see result from previous rendering persisting. This mode is only supposed to be used with the compositor tool where it's needed to achieve camera stacking behavior.
Tooltip will be updated to add information regarding this.