Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.4.0f3
Issue ID
831195
Regression
No
[iOS] Launch Image is offset to the left, because of Trailing Space set in XIB
The launch image is offset to the left on iOS. This is due to the Trailing Space for the LaunchScreen-iPhone.xib and LaunchScreen-iPad.xib being set to 8.
To repro:
1: Open attached project
2: Build and run on iOS device (tested on iPhone 6 but this shouldn't matter)
3: See that the launch image is offset to the left compared to the (same) image displayed using the UI, covering the entire screen
4: See in Xcode project the LaunchScreen-iPhone.xib and LaunchScreen-iPad.xib that the Trailing Space is set to 8, change this to 0
5: Build and run on iOS device again and see the launch image is no longer offset
Images are also attached to help show the issue. image_launch.png shows the offset launch image, image_real.png shows what it should look like (what fullscreen UI image displays).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
- IL2CPP Player crash on memset in VCRUNTIME140D when selecting UI GameObject
- [BiRP] GetScriptableCullingParameters() uses the wrong projection matrix when rendering two forward+ passes in XR
Add comment