You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AMollis
changed the title
The Tap to Place solve only works with the right hand
The Tap to Place solver only works with the right hand
Apr 28, 2023
AMollis
changed the title
The Tap to Place solver only works with the right hand
The MRTK3 Tap to Place solver only works with the right hand
Apr 28, 2023
…tor (#11545)
## Overview
Fixes MRTK3's `Tap to Place` solver to work with any hand and any interactor (even speech). This change, on `StartPlacement`, queries the `XRInteractionManager` for all registered interactors, and then registers for the interactors' select events. This is an alternative to requiring the developer to specify particular actions.
Note, this change also removes the `StatefulInteractable` requirement. The consumer of `TapToPlace` is now required to determine when `StartPlacement` is invoked. This change is meant to provide extensibility for future scenarios which may not require or use `StatefulInteractables`.
This also adds Unit Tests to validate `TapToPlace`.
## Changes
- Fixes: #11527
…tor (microsoft#11545)
## Overview
Fixes MRTK3's `Tap to Place` solver to work with any hand and any interactor (even speech). This change, on `StartPlacement`, queries the `XRInteractionManager` for all registered interactors, and then registers for the interactors' select events. This is an alternative to requiring the developer to specify particular actions.
Note, this change also removes the `StatefulInteractable` requirement. The consumer of `TapToPlace` is now required to determine when `StartPlacement` is invoked. This change is meant to provide extensibility for future scenarios which may not require or use `StatefulInteractables`.
This also adds Unit Tests to validate `TapToPlace`.
## Changes
- Fixes: microsoft#11527
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Tap to Place
solver only works with the right hand MixedRealityToolkit/MixedRealityToolkit-Unity#122Describe the bug
The
Tap to Place
solve only works with the right handTo reproduce
Steps to reproduce the behavior:
TapToPlaceExample
sceneExpected behavior
The left hand to work like the right hand
Your setup (please complete the following information)
Target platform (please complete the following information)
The text was updated successfully, but these errors were encountered: