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

Meta manifest generator should not enable hand tracking by default #61

Open
FejZa opened this issue Oct 12, 2022 · 1 comment
Open

Meta manifest generator should not enable hand tracking by default #61

FejZa opened this issue Oct 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@FejZa
Copy link
Contributor

FejZa commented Oct 12, 2022

Reality Collective - Reality Toolkit Bug Report

Describe the bug

The current AndroidManfiest generator feature is good enough for a prototype but has some flaws. E.g. it will always enable hand tracknig / hand controllers in a deployed Meta application, which might not be desired result for devs pusing to the App Lab or Meta Store.

To Reproduce

  • Generate the manifest
  • Make sure the hand controller data providers are removed from the input profile
  • Build and deploy
  • The application is still registered as "hands supported" with the Quest OS

Expected behavior

The manifest needs to be configurable.

Actual behavior

It's not.

@FejZa FejZa added the bug Something isn't working label Oct 12, 2022
@SimonDarksideJ
Copy link
Contributor

Sounds like we need a Platform Configurator like Oculus has, or maybe we can query the OpenXR settings for whether hands are enabled.

Another quick fix is to simply add a new menu item to create a controller only profile, but I feel that too would be too limiting as what if you want a hands only profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants