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

Non-VR Phone mode cannot use both GazeInputModule and on-screen buttons at once #1

Open
scscgit opened this issue Jan 21, 2017 · 0 comments

Comments

@scscgit
Copy link
Owner

scscgit commented Jan 21, 2017

Enabling the GazeInputModule (which uses CardboardReticle from the Cardboard package) in the Non-VR Phone mode can be achieved by disabling the Vr Mode Only checkbox. It will be applied automatically after changing the value on this line to false: GameInputManager.cs#L104

The problem is that doing this would disable all on-screen buttons, currently consisting of MobileJoystick and JumpButton. They should be able to work together. The GazeInputModule does not necessarily have to work by tapping the screen, it can have its own on-screen button too. The Main Menu accessed using ESC key is also currently using the workaround of disabling this input mode to allow all buttons to be pressed.

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