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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.