Search Issue Tracker
Fixed in 2019.1.X
Votes
2
Found in
Issue ID
1044063
Regression
No
Unity Splash Screen Flickers when using OpenGL
This issue has no description.
Comments (3)
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
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
carldevelopsforcoffee
Aug 20, 2018 23:45
I have flicker issues with the ui in my IOS builds. Its a bit random but usually starts when activating lots of ui canvas at the same time. I am using Unity 2018.1.3f1.
My flickering UI looks like the whole UI rendering fails for a few ms per frame.
my setup:
UI scene : contains all cameras and all canvas
Sprite Scene: contains all sprite renderers
Flickering: UI disappears in some frames but the sprites render perfectly.
glenneroo
Jul 30, 2018 18:36
I'm having the same issue with 2018.2.1f1 when using a Stereo 3D setup and same steps as listed. Also the splash screen logo hangs sometimes and never disappears.
kahvana166
Jun 16, 2018 16:15
Found in Unity 2017.4.5
Recreate the issue:
1. create a new project
2. edit -> project settings -> player
3. set graphics API to OpenGLCore
4. remove all other graphics API's
5. set a new logo under splash screens
6. preview the splash screen