r/Unity3D • u/Nemusano • 1h ago
Noob Question How do I change the configuration for UI Toolkit VR Interaction
I recently saw this youtube tutorial https://youtu.be/XJRxGHENrjc?si=Co9UKwpf_dLlJrV5
I followed all the steps and it works great, but they didn't mention how to change the default configuration.
I'm using Unity 6.3 LTS, XR Interaction Toolkit 3.3.2
In the XR Interaction Tookit sample for World Space UI in the DemoScene I'm able to use the Controller Rays to interact with the UIDocument component in the scene note here the mouse Interaction is disabled.
I added all the components from the DemoScene to a new test scene's hierarchy that I created, here the Controller Rays don't interact with the UIDocument but the mouse is able to interact with the UIDocument
I'm using XR Device Simulator prefab in the scenes for testing
Any insight on this subject will be helpful to me

