UI Interaction Question
Posted: Fri May 27, 2022 1:30 pm
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.