Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2019.1.0a4
Issue ID
1088729
Regression
Yes
[iOS] Screen.orientation returns wrong value on some devices when specific orientation was forced after few states
How to reproduce:
1. Open the attached project
2. Build and run Main scene on iOS device
3. While project is running click on Landscape Right and then Landscape Left
Result: on the bottom text prints Screen.orientation, notice that Landscape Left prints Landscape Right (it sets Screen.orientation = orientation; to one of the possible orientations)
4. Click on Portrait and then Landscape Left - > Landscape Right
Result: on the bottom text prints Screen.orientation, notice that Landscape Right prints Landscape Left
5. If device supports Portrait Upside Down, click on Portrait, then Portrait Upside Down button on the left
Result: on the bottom text prints Screen.orientation, notice that it is just Portrait
Reproducible: 2019.2.0a4, 2018.30b5, 2018.3.0b1
Not reproducible: 2018.2.9f1
Reproduced on: iPad Pro 10.5" iOS 10.3.3, iPhone X iOS 11.3.1, Phone XS iOS 12.0
Didn't reproduce: iPhone 8Plus iOS 12.0, iPhone 6S iOS 11.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment