Versions with this page:
Versions without this page:
Sets or retrieves gyroscope interval in seconds.
using UnityEngine;public class Example : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01f; } }