Hi.
I’m using Unity Pro 5.4.4, and trying to build iOS version.(iOS 10)
I’ve set ‘Show Unity Splash Screen’ to off, and ‘iPhone Launch Screen’ to ‘Image and Background (relative size)’. And did not set the Legacy Launch Images.
But there’s a short black screen time between the Launch image and First Scene.
(Launch image → black screen → first scene)
When I checked the ‘Show Unity Splash Screen’ to On (without setting launch screen), there’s no screen between the Unity Splash Screen and the first scene.
(black screen → unity splash image → first scene)
I think Unity inserted the splash image into the scene on iOS.
I want to make it seamless (from launch image to first scene).
(On my Android version, it’s working fine)
Am i doing something wrong? Can anybody help me?