Google Cardboard SDK 1.70 Reticle dont work.
I have a MainCamera with the GvrReticlePointer on, and a Physics Raycaster.
A Cube with a BoxCollider on.
And an EventSystem with GvrPointerInputModule on.
Now when I run this the reticle moves to the box surface but it wont expand upon collision.
Since the GazeInputModule does not exist in the latest version, how do i make this work?
The input module is now called GvrPointerInputModule, and you have to use the custom Physics Raycaster script they made too. I setup gaze input for 1.5 here:
Hello,
Is there any way to change input button which triggers the action? By default cardboard 1.70 is set to magnet trigger - which corresponds to mouse click in editor. But how to change it to specific Joystick button?