We were trying to run a build of Puzzle Football on iPad yesterday to see how the game would look from an iPhone5 aspect ratio (16:9) to an iPad aspect ratio (4:3). But when we tried to run it the screen goes black. The game launches and the buttons were working so the game wasn’t stuck. The weird thing was that it runs fine on the iPad2, but it shows a black screen on the iPad Mini.
I found a fix on the Unity forum which mentions changing the Clear Flags property on the Camera object by setting it to “Solid Color” (it was on “Don’t Clear” before). Not sure why it needs to be on Solid Color, but it’s working now! No more black screen on the iPad Mini!
Related Posts
March 5, 2012
New Project?
March 15, 2014
[FIX] Unity3D – Animation Must be marked as Legacy Warning
How to fix animation warning "must be marked as legacy" in Unity3D
January 17, 2017
Useful Unity3D Stuff
A post to keep track of useful stuff for Unity3D, so I can finally clean up my bookmarks.
September 29, 2016