Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Hand poses need to use Input Actions #27

Open
SimonDarksideJ opened this issue Apr 7, 2022 · 1 comment
Open

Feature Request: Hand poses need to use Input Actions #27

SimonDarksideJ opened this issue Apr 7, 2022 · 1 comment
Labels
feature request New feature request

Comments

@SimonDarksideJ
Copy link
Contributor

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

  • 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.

@SimonDarksideJ SimonDarksideJ added the feature request New feature request label Apr 7, 2022
@SimonDarksideJ
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

1 participant