Experiencing a splash screen glitch

Hi, I am getting this glitchy effect for about half a second between the Unity splash screen fadeout and my first scene loading in:


My build is for PC, Mac & Linux Standalone.
The issue only occurs on this one particular project and I have not been able to find the cause of the problem.
All help is appreciated!

Anyone?

This looks like there are zero cameras in the first scene.

To test, press PAUSE, then press PLAY from the first scene in the editor.

Now study the scene… is there a camera?

If you ever have a single frame without a camera you get glurtches like this.

EDIT: looks like it’s not possible to see a first-frame no-camera setup anymore. Just look at your first scene and make sure there’s always a camera. You can run into this when doing additive scene loading too: at all times you have to have a camera set to clear.

I only have 1 scene in this project and it does have a Main Camera. I have tried disabling everything in the scene except the Main Camera and I am still having the glitch.

I was able to fix the issue by enabling Auto Graphics API for Windows in the Player Settings!

1 Like