Hey Forum.
I couldnt get the controllers to work or show in Unity VR using the Oculus goggles and controllers. I have a 3D rendering, where I have a script/code written, whereas if I tilt my head in a 30 degree angle, I will move forward.
This is a great way to move around since I couldnt get the controllers to show (I could not see them in Unity game mode) or work. I am now facing the problem, that I also want to use the controllers to be an option to move in the 3D landscape I have.
How can I do that? I guess I need to add them somehow and somewhere, and probably write a script that includes them?
I have the movement script in CenterEyeAnchor, where if I tilt the VR goggles 30 degrees I move.
I guess I need the Left and Right hand controller in the scene tree? And maybe Local Avatar?
The question is, if the controllers and moving with them will work, now that I have the other script?
Thanks
Kenni