Forum Discussion
3 Replies
- redwhiteca_serdExplorerCan you move this to dev forum please? Here is a screenshot of the laser and reticle assets I mentioned.
- ArghzivalMeta EmployeeI'm trying to follow these steps to do the same thing, but am running into a bug
https://developer.oculus.com/blog/adding-gear-vr-controller-support-to-the-unity-vr-samples/ ;
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' - Barsik_The_CaTHonored GuestFollowing 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.