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
- [ChromeOS] Pixelbook can switch to portrait orientations which result in vertical resolution that cannot be undone
- Compute Shader with RWBuffer<> type throws an error when it is compiled with Vulkan API
- [Device Simulator] When simulator window is narrow, toolbar controls deform and some become inacessible
- [Device Simulator] Only one Touch Input is recognized when using Device Simulator
- "PropertiesGUI() is being called recursively" warning produced when trying to open color picker when object picker is opened
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.