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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
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.