Member-only story
This is going to show you how to remove the grey screen before the start of the splash screen when game is build in Unity.
After you build you project in Unity open it in xcode. When the project is launched you should see all your project files on the left. Go to the bottom of the files where you will find files called “LaunchScreen-iPhone.storyboard” and “LaunchScreen-iPad.storyboard”.
Click on either of them to edit. Then click on “View controller scene” -> “View controller”-> “Root view”.
In “Root view” on the left side in “View” tab you should see a background color selection. You can choose the colour before the splash screen here. If the colour in the preview does not change don’t worry, there is one more step to do.
Back in the “Root view” you should see “Image view”. Click on it.
Then on the right side in the “Image view” tab at the very bottom uncheck the check mark on the Installed selection.
Thats it now in the “Root view” you can change the background colour to whatever you want to briefly show before the splash image starts. Yes no more ugly grey colour!