Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.1.5f1
Issue ID
549544
Regression
No
Changing screen orientation after using SetResolution doesn't swap resolution on Android
SetResoultion to half of the default resolution (from 1536x2048 to 768x1024). Then turn the device from portrait mode to landscape - the Unity Screen turns, but width and height are NOT swapped - resolution is still 768x1024 -> Everything is stretched.
Unity Version:
4.2.0f1 (c4883c8f0e67)
Comments (2)
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
d_kieffer
Jul 20, 2015 21:05
Experiencing a very similar issue… possibly related: when turning from portrait to landscape, instead of it getting stretched, it's just cut off by whatever the portrait width is. Note that it happens often, but inconsistently.
rgeade
Jun 15, 2015 19:38
Was this bug reintroduced with a later release? I recently added some code to reduce the runtime resolution on the nexu10 (and other large resolution android devices), and when I switch screen orientation, everything gets stretched.