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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.