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
- 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 (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.