03-13-2020, 03:25 PM
I think what you are running into is that our SDK defaults to "tilt steering" on Android devices like the Go, which do not have head position tracking.
Tilt steering uses the roll of you head (the amount the horizon is angled) to control steering, rather than head position offset from center. It does not give you a way to lean forward/back, so we have used the B button (left trigger on bike) to dive in games like Pegasus and Heli on the Go.
To get head position control on the Quest just set VZController.TiltSteering to false at Start time.
Tilt steering uses the roll of you head (the amount the horizon is angled) to control steering, rather than head position offset from center. It does not give you a way to lean forward/back, so we have used the B button (left trigger on bike) to dive in games like Pegasus and Heli on the Go.
To get head position control on the Quest just set VZController.TiltSteering to false at Start time.