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
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
isnotinvain
Aug 13, 2016 07:37
I am still seeing this in 5.4.0f, is that expected?