Page 1 of 1

UI Interaction Question

Posted: Fri May 27, 2022 1:30 pm
by RoguePimptastic
I'm playing around with WebXR a little bit, and I've got one thing I can't figure out. From what I can tell, the framework for WebXR doesn't allow for the new input system. I'm using VRIF, which uses the new input system, so I can't use the components that I've been using to interact with the dialogue UI. In the project now, I just have two basic hands to interact with. I want to set up a collider on the right pointer finger, that will act like a mouse click on the response menu panel. However, I can't figure out how to get Dialogue System to register that collider.

Re: UI Interaction Question

Posted: Fri May 27, 2022 1:42 pm
by Tony Li
Hi,

I haven't used WebXR yet.

That said, the Dialogue System's dialogue UI is just plain old Unity UI. If you can configure your project to interact with regular UI buttons (e.g., with the right pointer finger), it will work with dialogue UIs.