Setup for Steam VR SDK
1. Install Steam VR SDK in your project
Install Unity
Import XR Plugin Management package.
Install your VR hardware SDK in Player Preferences > Plugin Management
Import SteamVR Plugin package into your project
Configure SteamVR actions
Unity Toolbar > Window > SteamVR input > generate default actions
2. Install and configure CurvedUI
You can also use the โSteamVR Starterโ demo scene. It has been set up before for you.
Import newest CurvedUI package.
Add CameraRig prefab or Player prefab from SteamVR to the scene.
Add CurvedUISettings to your canvas.
Set CurvedUISettings' Control Method to STEAMVR.
(Optional) Drop CurvedUILaserPointer prefab anywhere on the scene. It will be your laser guide.
Last updated