Skip to content

Instantly share code, notes, and snippets.

@Harry-Harrison
Created September 25, 2019 10:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harry-Harrison/56650297185a2b3f939fd85b0d856381 to your computer and use it in GitHub Desktop.
Save Harry-Harrison/56650297185a2b3f939fd85b0d856381 to your computer and use it in GitHub Desktop.
How to fix the grey screen on Unity3d iOS apps

How to fix the grey screen on Unity3d iOS apps

This method lets you continue to build out the app each time without having to mess around. Everything else I tried resulted in the app not being buildable by Unity as assets were missing or doing nothing.

  1. Set the launch screen options in Unity to None
  2. Build the app
  3. In the Xcode project select the Info tab at the top and remove any references to “launch screen”. There’s probably ipad/iphone/ipod lines.
  4. In Xcode add a custom storyboard to the project
  5. Assign it to the Xcode project under when you set the app icon
  6. Build and enjoy
@sylafrs
Copy link

sylafrs commented May 1, 2020

3: I don't find any property related to launch screen, is it normal?
4-5 : Do you mean to simply drag and drop an empty storyboard within Images.xcassets ?

Edit: 4-5: Oh, sorry, you meant in the general tab! Is it ok if the storyboard is empty?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment