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
Is your feature request related to a problem? Please describe
Currently, detected hand poses are only exposed as a string emmitted inside a Pose event, this limits the ability to have functionality directly react to poses or requires a relay to listen for input events and transpose the "pose" to an event.
How would you classify your suggestion
Usability / Configuration
Describe the solution you'd like
When a Hand Pose is detected, it should also raise an Input event with the action configured for the Pose
This should NOT replace the current solution for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Also found a potential bug @FejZa , Seems the LAST pose is reported CONSTANTLY, even when the pose is not detected.
Surely we should only receive an event/update when a pose is detected, and then another when the pose is lost?
Something to take in to account with the new Hands system
Reality Collective - Reality Toolkit Feature Request
Is your feature request related to a problem? Please describe
Currently, detected hand poses are only exposed as a string emmitted inside a Pose event, this limits the ability to have functionality directly react to poses or requires a relay to listen for input events and transpose the "pose" to an event.
How would you classify your suggestion
Describe the solution you'd like
When a Hand Pose is detected, it should also raise an Input event with the action configured for the Pose
This should NOT replace the current solution for backwards compatibility.
The text was updated successfully, but these errors were encountered: