Following the google-vr sample I manage to add a camera and controller to my scene. The next thing I need is to get the distance between my controller to any pointed game object in the scene. After searching for a while, I cannot find any tutorial nor information on how to get the distance.
So, is there any newest working tutorial on how to do this? (Many tutorial on the internet is outdated since google updates its API so frequently) Or it is actually a simple task i.e. I can get the value from GvrPointerInputModule.Pointer / GvrLaserPointer / some other GVR class? Thanks in advance~