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

Input on lobby not working in sample project #27

Closed
asadm opened this issue Jan 14, 2024 · 2 comments · Fixed by #30 or #39
Closed

Input on lobby not working in sample project #27

asadm opened this issue Jan 14, 2024 · 2 comments · Fixed by #30 or #39
Assignees
Labels
bug Something isn't working

Comments

@asadm
Copy link
Collaborator

asadm commented Jan 14, 2024

In the demo project: https://docs.joinplayroom.com/demos/unity/index.html

The unity Input system is capturing the keystrokes and not sending them to input box. Can we fix this by not starting input capture on unity until insertCoin callback is called, in example project.

@momintlh momintlh mentioned this issue Jan 16, 2024
9 tasks
@momintlh
Copy link
Collaborator

Adding WebGLInput.captureAllKeyboardInput = false; before InsertCoin() and
setting it to true in the callback fixes this.

@asadm
Copy link
Collaborator Author

asadm commented Jan 16, 2024

can we add it to sdk itself if skipLobby is not set.

@momintlh momintlh reopened this Jan 22, 2024
@SaadBazaz SaadBazaz added the bug Something isn't working label Jan 30, 2024
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

Successfully merging a pull request may close this issue.

3 participants