ValveSoftware / steamvr_unity_plugin

SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
BSD 3-Clause "New" or "Revised" License
1.02k stars 255 forks source link

Unity Scrollview interaction #69

Open varunar644 opened 6 years ago

varunar644 commented 6 years ago

I'm currently using SteamVR_Laserpointer script (included in Steamvr plugin) to interact with UI elements by adding colliders to them. But when I tried to interact with a scrollview nothing happens. I want to implement a scrollview in VR. Please help me with this issue.

zealousappex commented 5 years ago

How is the implementation of laser pointer and UI coming along?

jeandelest commented 4 years ago

Hi all, am facing the same in my current project. Any help would be appreciate.

Am using the SteamVR_LaserPointer script, the script gave 3 events : PointerClick, PointerIn, PointerOut. I have a script called "UISteam" on my scrollbar.

When I received the PointerClick, am using ExecuteEvents.Execute(e.target.gameObject, new BaseEventData(EventSystem.current), ExecuteEvents.scrollHandler) to manage the scroll action but nothing happen since now. Anyone has idea how I can figure the issue out ? Thanks