UI Interaction Question

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
RoguePimptastic
Posts: 22
Joined: Sat Dec 18, 2021 10:52 pm

UI Interaction Question

Post 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.
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: UI Interaction Question

Post 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.
Post Reply