Relative Content

Tag Archive for unity-game-enginevirtual-reality

Action Based scripts not showing

I tried to make my first vr game using unity 3d and when I was following a tutorial and the guy added an Action Based Controller script to the hands, i tried searching it up but nothing came up.

How to change the pick up button in VR Unity HTC Vive

I’m developing a game and using the xr interaction toolkit. I have 2 created hands on which there is a script “XR Controller (Action-based)” and a layout for left and right is connected. Only for some reason, picking up items happens on the side button (HTC Vive), and not on the trigger. How to fix it?
enter image description here

Unity VR UI canvas popup

How can I open a UI canvas panel when an object is clicked by VR controller in Unity VR? I want to implement this functionality where clicking on an object in a Unity VR environment triggers the opening of a UI panel. How can I achieve this? If you have any insights or suggestions