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)
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.