Helping Hands - In Game Controller Explanations

I am developing a little prototype app which goes through the process of assembling some flat pack furniture. I tested the app on my wife who is a complete VR novice and it was quickly apparent that the app needs a guide during the first few steps, to explain which controller buttons are used to grab objects and teleport etc. A bit like the welcome to oculus experience which ships with the headset.

Is there a pre-existing framework or plugin which lets users add this functionality into their projects, without having to develop it from scratch?

It would be nice to have something like the 3d model of the controller, with the relevant buttons highlighted and their respective function.

I’m not aware of a pre-existing framework for that, but you can find most controller models with separate meshes for buttons etc here: GitHub - immersive-web/webxr-input-profiles: WebXR Gamepad assets, source library, and schema

1 Like

Thanks for that. I’ll have a look around