IRL2 / SubtleGame

A psychophysics game for interactive molecular dynamics
Other
1 stars 0 forks source link

If the player clicks through the menus too quickly, the game breaks #274

Open rhoslynroebuck opened 3 months ago

rhoslynroebuck commented 3 months ago

I think what's happening is that if the player clicks through too quickly then the the VR client starts the task before the puppeteering client is ready and the logic loop doesn't work.

Proposed fix: make the VR client check that the puppeteer is ready for them before starting the task.