I am using the following input module that i got from here to used uGUI for the GearVR.
[Gear VR] Updating to 5.4 caused custom gaze input module for uGUI to stop working in build.
Code (CSharp):
- // Gaze Input Module by Peter Koch <peterept@gmail.com>
- using UnityEngine;
- using UnityEngine.EventSystems;
- using System.Collections.Generic;
- // To use:
- // 1. Drag onto your EventSystem game object.
- // 2. Disable any other Input Modules (eg: StandaloneInputModule & TouchInputModule) as they will fight over selections.
- // 3. Make sure...