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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.