Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.24f1
Issue ID
1351700
Regression
No
[Stadia] Flickering/green dots appear after splash screen
Reproduction steps:
1. Open the attached project ("1351700.7z")
2. Build and run the project to the Stadia platform
Expected result: After the splash screen game menu is displayed
Actual result: After splash screen flickering/green dots appear (see "2jqWKFRKM4.mp4" video)
Reproducible with: 2019.4.30f1
Could not test with: 2020.3.18f1, 2021.1.20f1, 2021.2.0b9, 2022.1.0a7 (build and editor errors)
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
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note (2022.1.X):
We won't be fixing this issue. We currently do not do anything special when the camera is disabled, we just show the last backbuffer but internally the driver might just show garbage if we don't specifically try to read the buffer and load it. This is extra work we will need to do when there are no active cameras in the scene and it seems like an edge case that we will need to put in extra code which will run every frame just to detect it. After discussion with the team have decided to not fix this issue and developers can just have an active camera in the scene instead.