Search Issue Tracker
By Design
Votes
0
Found in
2021.3.9f1
Issue ID
UUM-2992
Regression
No
[M1 Max][Silicon][URP] Game view is flickering yellow when HDR setting is enabled
Reproduction steps:
1. Open the user's attached project
2. Observe the Game View window
Expected result: Game view window is the default blue
Actual result: Game view window is flickering and yellow
Reproducible with: 2021.2.11f1, 2022.1.0b1
Not reproducible with: 2022.1.0b2, 2022.1.0b7, 2022.2.0a4
Could not test with: 2019.4.35f1, 2020.3.28f1 (No native Silicon Editor)
Notes:
Does not reproduce with Rosetta
Does not reproduce with M1, only M1 Max
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
- Long Tile Palette name breaks window UI
- UI Builder Project Library foldouts do not open when pressed on the foldout name
- Shader Graph Create Node window cannot be resized or moved after maximizing and reopening it
- [Usability] Cannot toggle Scene checkboxes using TAB/Enter in Build Profiles’ > Open Scene List
- Installing HDRP package throws Shader Graph validation warning about Exposure node when installed in Universal 3D Template
Resolution Note:
In the project, the camera "SubCamera" has its "Background Type" set to uninitialized. The flickering is the initialized data being shown on screen. "Uninitialized" should only be used when the camera is guaranteed to write to every single pixel, to prevent issues like this.