shaqian / pacman

Pacman WebVR using Aframe
https://shaqian.github.io/pacman/
MIT License
23 stars 7 forks source link

Can't start the game if you enter Web VR first #2

Open jacobrossi opened 5 years ago

jacobrossi commented 5 years ago
  1. Browse to pacman
  2. Click VR goggles

Expect: option to Start game from within VR Actual: no Start button, Oculus Go controller buttons don't start the game either

Perhaps an easy fix here is just some text in VR that says to click the trigger to start the game, then use gamepad API to detect the trigger.

shaqian commented 5 years ago

Thank you for the feedback. Sorry I don't have a controller to test with. I changed the app to start game automatically when user enters Web VR. Hope it works.