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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
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.