Closed alessiograncini closed 4 months ago
Further update. Got rid of VIU. Indeed, I don't need it. my only goal was mapping the OpenVR inputs on the webVR inputs. Success on Unity at runtime. Not the same on the web. Is there any specific way to do it ? Thank you.
I'm having the same issue using Oculus inputs - did you ever find a solution?
Same issue here for Windows Mixed Reality. The input from the grip buttons in Unity seems to be touchpad-press in WebXR.
Creating the inputs for OpenVR from the unity documentations and mapping them to the Gamepad Ids of the WebVR templates, as suggested in the WebVR repo documentation, I successfully play the scene in Unity having the right response from the controller.
Unfortunately on the Web the controller inputs are not recognized - I still can see them. [in my scene there are no components referencing VIU when it plays correctly in Unity].
The demo from the repo deos exactly what I did and differently it works. I don't get it.
Do you guys know how to map OpenVR inputs and get them to work properly ?