The errors I'm getting are: -- Assets/VRStandardAssets/Scripts/VREyeRaycaster.cs(36,93): error CS0117: `OVRInput' does not contain a definition for `controller' --Assets/VRStandardAssets/Scripts/VREyeRaycaster.cs(42,55): error CS0117: `OVRInput' does not contain a definition for `GetconnectedControllers'
Following the guide mentioned above I finally managed to make the line come out of controller but I have no idea how to create reticle. Existing guide use sample projects but there are no explanations on how to do things the ground.