Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b20
Issue ID
803581
Regression
Yes
Reading screen size in Awake() or Start() prints out incorrect values on iPhone 6 Plus
Steps to reproduce:
1) Open the attached project.
2) Build the project for iOS.
4) Deploy the project to iPhone 6+ via Xcode.
5) Open the app.
- There's a small label in the top left corner. It shows the Screen.width and Screen.height recorded in Awake() function in the first line and the same parameters recorded in OnGUI(). The results from both methods are different. If Awake() is changed to Start() in ReportResolution.cs, the issue still remains.
The resolution shown is 2208x1242 instead of 1920x1080.
This issue seems to only reproduce on iPhone 6 Plus.
Reproduced on:
5.5.0a1, 5.4.0b21, 5.4.0b1
Did not reproduce:
5.3.5p3, 5.2.4f1
iOS 8.0
Comments (1)
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
isnotinvain
Aug 13, 2016 07:37
I am still seeing this in 5.4.0f, is that expected?