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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the 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.