How can I make a fullscreen splashscreen?

I want to display several fullscreen splash images, specifically a series of 1920x1080 textures that cover the entire screen. I’m using Unity’s Splash Screen and I can’t figure out how to achieve this. Unity never displays the “Logos” across the entire screen, they always appear smaller.

For testing, I have created a 1920x1080 bright texture with a red border. As you can see below, it only covers a smaller portion of the screen. How can I make the texture full-screen?

Screenshot

@karl_jones

It’s not possible for the logo to fill the entire screen. It was designed for logos in the centre of the screen. I shared an example of the code used to determine the size here Unity Splash Screen Rect.cs · GitHub

The best way to handle this would be to transition from the splash into a scene with the full screen logos.

2 Likes