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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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.