I am converting a exiting unity game to unity VR game using cardboard sdk.
In current game player moves to the position of mouse click using Input.mousePosition.
In VR, I am planning to move the player based on GazePointer. Is there a way to get the position of GazePointer? Any other alternate suggestions?
Thanks,
Pradeep