>To use OVRInput, you must either:
> Include an instance of OVRManger anywhere in your scene; or
> Call OVRInput.Update() and OVRInput.FixedUpdate() once per frame at the beginning of any component’s Update and FixedUpdate methods, respectively.