Android UI Rendering In-game [BUG]

I’m experiencing an issue with Unity when trying to run it on my Android phone.

As you can see, the Android UI is rendering in the background. My skybox is not rendering at all it appears? It’s just showing the last thing you see before you launch the app. Is there something wrong with my skybox? I’m just using a gradient for the skybox? I’ve tried on another phone as well.

Try disabling “Preserve Framebuffer Alpha” in Player Settings.

The issue seemed to be caused by planes I put in front of the camera covering up the skybox that had the Standard shader with Fade enabled, removing the planes fixed the problem. Not sure why having planes cover up the skybox with transparency would cause this but I don’t need the planes anymore…