MRTK-Quest v1.0.1 - Gesture Improvements
See the 1.0 release for more details.
How does the new teleport gesture work?
Teleport mode is activated with a palm up with closed middle finger and extended thumb
Closing index is confirm, anything else is cancel.
See this twitter post for a video of the improved gesture in action.
Changelog
Teleport Activation improvements (#61)
- Improvements to teleport gestures: Thumb must be extended, palm up must align with camera up.
- Improvements to teleport mode activation: Instead of disabling teleport pointer when not in correct teleport pose, raise teleport cancelled event to prevent teleport popping in, as well as to prevent accidental activation.
- Fixed bug where teleport pointer would get instantiated on unsupported platforms.
- Removed parabollic pointer from input pointer profile by default to prevent errors from missing data, and conflicts with custom pointer.
Polish
- Added pinch strength affordance to controller grip and trigger press.
Dependencies
- Upgraded project to 2019.4.0f1
Upgrading
From 1.0
- Only the contents of MRTK-Quest have changed in this release. To upgrade, simply import that package. No other files have been changed.
From 0.6.2 or older
- Make sure dependencies match those listed above and follow the standard MRTK upgrade guide
- Delete your MRTK-Quest folders, and import the new ones.