Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.3.X
Votes
0
Found in
2018.2.6f1
Issue ID
1077959
Regression
No
[iOS] [Metal] Letterboxing when resolution is set to one that does not match the aspect ratio of the screen
To reproduce:
1. Open repro project(link in edit)
2. Build and run on iPhone X
3. Tap screen at the top, center and the bottom(pink tap indicator displays the user's tap location)
4. Notice that at the top and bottom of the screen there is offset for tap indicator
Reproduced: 2018.2.6f1, 2018.2.10f1, 2018.3.0b1
Could not reproduce on earlier versions because of case 1060435
Reproducible: iPhone X
Not reproducible: iPhone 7 Plus, iPhone 8
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
- The property of a component becomes read-only when it is bound to "PropertyStreamHandle"
- Physics.Raycast does not work when used on the whole model
- Shader Graph changes the Position of Prefab instances in Play mode
Resolution Note (fix version 2018.2):
When screen resolution is set to one that does not match the aspect ratio of the screen, image will be stretched across the entire screen. This change only affects iOS and tvOS when renderer is set to Metal. Android with GL ES & Vulkan and iOS with GL ES already behave like that.