ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
357 stars 81 forks source link

Default Teleport example scene - Adjusting max teleport distance is broken #111

Closed wirelessdreamer closed 5 years ago

wirelessdreamer commented 5 years ago

Adjust the Far Distance on Vive Raycaster from 20 to 80, the max distance for teleport still stays at 20, limiting the max distance for teleporting.

chengnay commented 5 years ago

@wirelessdreamer To increase the max distance for teleport is not adjusting the Far Distance. You need to adjust the ProjectileGenerator's Velocity(increasing) or Gravity Y axis value(decreasing). Hope this solve your problem. Cheers :)

wirelessdreamer commented 5 years ago

Thanks