Input.deviceOrientation doesnt work on IOS.

Hi there. I have a puzzle game that runs Android well. However on IOS built Input.deviceOrientation seems dont work. Any idea how to fix it ?

Any suggestion ? I gonna have to change my game :frowning:

Finally i found it. If device rotation is locked by the user, input.deviceoriantation is not working.

1 Like

Good find… just beware, this stuff changes between platforms however (such as iOS and Android), and even between versions of the operating system. Pretty maddening at times.