Search Issue Tracker
Fixed in 4.5.X
Votes
1
Found in
4.3.4f1
Issue ID
597957
Regression
No
Windows Phone applications are set to render in smaller resolution than possible on Nokia Lumia 1520
Steps to reproduce:
1. Create a project which shows Screen.Width and Screen.Height on screen.
2. Build and run the project on Nokia Lumia 1520. It will report 1280x720 resolution, while Nokia Lumia 1520 supports 1920x1080 resolution.
Workaround is to use DeviceExtendedProperties.TryGetValue("PhysicalScreenResolution", out physicalScreenResolutionObject); to set proper resolution values.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Textures from other Sprites in the Assets leak into Sprite Renderer Sprites when Sprite Atlas v2 is used
- Errors “UI Error: Invalid GUILayout state in TestRunnerWindow view“ and “ArgumentException: An item with the same key has already been added“ are present when running tests with names that duplicate after truncation in the Test Runner window
- Flickering white border around Game View when Gizmos are enabled
- MultiColumnTreeView does not auto-expand foldouts when autoExpand is set to "true"
- Animation does not control the property of the Gameobject when the keyframe and initial value are the same
Add comment