Google Cardboard VR + GazeInputModule - Get trigger events when not over UI
Hi everyone!
I'm developing a toy object visualizer with Google VR (specifically Cardboard). I'm using the default GazeInputModule
to allow the player to interact with the app UI. When the reticle is not over a UI element, and the trigger is held pressed, I'd like it to cause the camera to rotate around the center of the object that's being looked at when the user moves his head (instead of rotating around its own center).
I think I'll manage the camera movement; my problem is I don't know how to get Trigger drag events outside the UI. How would one go about doing that?
I'm new to Unity so this may be a stupid question, sorry :) (I probably don't need detailed code, I mostly have no idea where to start).
Your answer
Follow this Question
Related Questions
Google Cardboard + GazeInputModule: Capture trigger when not activated over UI 0 Answers
Switch between touchscreen and Google VR to control the Unity camera 1 Answer
Touchscreen to Keyboard 0 Answers
Disable rotation on swipe (Gear VR) 1 Answer
What is the vr head input for google vr sdk v1.130 0 Answers