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

Migrate arc-vr-ui completely to the new InputSystem #2

Open
Helliaca opened this issue Nov 17, 2021 · 0 comments
Open

Migrate arc-vr-ui completely to the new InputSystem #2

Helliaca opened this issue Nov 17, 2021 · 0 comments

Comments

@Helliaca
Copy link
Collaborator

All of arc-vr currently only uses the new InputSystem, except for arc-vr-ui, which partially still relies on the old one.

The VRInput component only works when placed alongside a 'StandaloneInputModule', a 'InputSystemUIModule' will make the VRInput component obsolete, and thus lead to following issues:

  • The key-bindings set on the UIInteractionProvider will not have any effect whatsoever. The inputs will instead be taken from the action-list set on the InputSystemUIModule.
  • The inputs from the other controller will be used by UIInteractionProvider as well. (Eg. you can point to a UI element with the left controller, then press the trigger on the right controller to click, even when the right controller has no components attatched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant