Get Started
Prerequisite to run the demo
- Download and import SteamVR Plugin v1.2.3 from Github.
- Find the
LaserInputModule
**component on EventSystem
GameObject, choose platform VIVE and click Setup Input Module. It might take a few seconds to set up. You can then choose the trigger key for the laser pointer.
- Run the demo!
Setup From Scratch
- Make sure SteamVR Plugin v1.2.3 is imported.
- Add [SteamVR] and [CameraRig] into your scene.
- Drag UIKitPointer prefab in one of the Controllers under [CameraRig].
- Add **
EventSystem
in your scene, remove all the components on **EventSystem
and add Laser Input Module
component.
- On the the
LaserInputModule
component, choose platform VIVE and click Setup Input Module. It might take a few seconds to set up. You can then choose the trigger key for the laser pointer.