Replies: 1 comment 1 reply
-
Yes keyup is only for keyboard so that's working only on desktop, not in VR. If you want it to work in VR you will need to listen to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In all the demos in the readme that can spawn entities, is it only possible to control the spawn using the space bar on a PC keyboard?
I tried using the WebXR Device Emulator and Immersive Web Emulator browser extensions to simulate VR gamepad button to spawn entities in the demos, but it didn't work. I also tested with an actual device (PICO), and it didn't work either.
I noticed the listener code in spawner.component.js:
Does this mean that I can only spawn entities using the space bar in demo?
Beta Was this translation helpful? Give feedback.
All reactions