Search Issue Tracker
By Design
By Design in 2021.3.X
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
- 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
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
- [Editor] Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
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.
Resolution Note (2021.3.X):
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.