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

Restore back action using B/Y buttons in non-WebXR mode #1276

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

svillar
Copy link
Member

@svillar svillar commented Feb 28, 2024

In a3f4cb4 we removed the possibility of going back with B/Y buttons because that was interferring with potential action assignments of those buttons inside WebXR experiences. We were exiting the WebXR experience instead of executing the action that was set by authors.

However it turns out that these buttons are heavily used by users in non-immersive sessions as they're very convenient as you don't really have to hold both controllers to have full control of your 2D navigation.

Fixes #1266

In a3f4cb4 we removed the possibility of going back with B/Y buttons
because that was interferring with potential action assignments of
those buttons inside WebXR experiences. We were exiting the WebXR
experience instead of executing the action that was set by authors.

However it turns out that these buttons are heavily used by users
in non-immersive sessions as they're very convenient as you don't
really have to hold both controllers to have full control of your
2D navigation.

Fixes #1266
@svillar svillar merged commit 7c14096 into main Feb 28, 2024
20 checks passed
@svillar svillar deleted the bring_back_b_button_nonimmersive branch February 28, 2024 18:22
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

Successfully merging this pull request may close these issues.

Back button removal on Wolvic 1.6
2 participants