Skip to content

Releases: ExtendRealityLtd/VRTK

Version 1.1.0

11 Jul 11:25
Compare
Choose a tag to compare

1.1.0

Bug Fixes

  • Pointer
    • ensure play area cursor collider matches headset (66295ab)
  • README
    • provide correct sub reddit link (54422f9)

Features

  • Controller
    • disable walking per controller (52578c3)
    • add angle of touch on touchpad ControllerClickedEventArgs now contains touchpadAngle which is the angle in degrees of the touch on the touchpad around it's center, with 0 being up, 90 being right, 180 being down and 270 being left. (0e5ccab)
  • Interaction
    • add haptic feedback on object interactions (304263e)
    • add delay time for collision pausing on grab (34989d7)
    • add throw multiplier to objects (84dbd02)
    • add ability to auto grab an object (3731f99)
    • prevent object dropping once grabbed (5232ed3)
  • LightSaber
    • add color pulse on blade when active (24b8133)
  • Teleport
    • add example of teleporting without using pointers (f94d789)

Version 1.0.1

11 Jul 11:26
Compare
Choose a tag to compare

1.0.1

Bug Fixes

  • Interaction
    • store highlight colors with a dictionary (5c54691)
  • README

Features

  • Interaction
    • add handle snap grab mechanic (d5a5585)