- Home /
Is Gyroscope supported on all mobile Android iOS devices with a gyroscope?
Are all features of Gyroscope supported by all mobile Android or iOS devices with gyroscopes? http://unity3d.com/support/documentation/ScriptReference/Gyroscope.html
Looks like it's still not the case. I wonder if Input.gyro would ever be supported on Android
Answer by ikriz · May 07, 2012 at 08:12 PM
Galaxy Tab 10.1 is giving me Gyroscope output so yes it is supported in Unity 3.5 :)
Answer by Nicholas Rishel · Nov 03, 2013 at 12:46 AM
It is, but it seems that if you use Input.gyro.enabled it will by default return false unless you set it to true - if gyro is not available on the device it will continue returning false even if you try set it to true.
Your answer
Follow this Question
Related Questions
iOS and Android Publishing 2 Answers
Cells for a mobile app stacked vertically, not moving correctly 0 Answers
Creating an asset bundle at runtime 1 Answer
Phone camera autofocus 0 Answers
Restart App on iOS and Android 0 Answers