Hi! First off, I’m VERY new to Unity, so sorry if I don’t quite understand something! But I’ve been making some simple scenes and I just can’t figure out how to use the touchpad on the Gear VR to let the player walk around the scene. I’ve been able to get some movement by changing the positive input of the vertical axis to “mouse 0,” but I can’t figure out how to let the player control which way they are walking by where they are looking. ![]()
Hi Im having the same problems, so interested to find the answer. If I dig anything up will let you know.
Thanks!
I’ll keep playing around with it too, and if I find anything I’ll let you know as well. This is getting a little annoying…
1 Like
You likely need the Oculus Utilities for Unity :
https://developer.oculus.com/downloads/game-engines/0.1.2.0-beta/Oculus_Utilities_for_Unity_5/
This package includes an InputManager class and I believe it handles touchpad input.
1 Like
I am wondering if it is possible to use a walking around script ( similar to VR cardboard) attached to the OVR camera in VR Gear to create simple touchpad free interactive movement?