CurvedUI
  • ๐Ÿ‘‹Getting Started
    • Compatibility
    • CurvedUI in a new Project
    • Setup for Steam VR SDK
    • Setup for Meta XR SDK
    • Setup for Unity XR SDK
    • Setup for other Platforms
  • ๐Ÿ”ฐScripting API
    • CurvedUIInputModule
    • CurvedUISettings
    • CurvedUIRaycaster
  • โ“FAQ & Common Problems
  • ๐ŸžKnown Issues
  • ๐Ÿ—’๏ธChangelog
  • ๐Ÿ™‹Contact & Support
Powered by GitBook
On this page
  • 1. Install Steam VR SDK in your project
  • 2. Install and configure CurvedUI
  1. Getting Started

Setup for Steam VR SDK

1. Install Steam VR SDK in your project

  1. Install Unity

  2. Import XR Plugin Management package.

  3. Install your VR hardware SDK in Player Preferences > Plugin Management

  4. Import SteamVR Plugin package into your project

  5. Configure SteamVR actions

    1. 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.

  1. Import newest CurvedUI package.

  2. Add CameraRig prefab or Player prefab from SteamVR to the scene.

  3. Add CurvedUISettings to your canvas.

  4. Set CurvedUISettings' Control Method to STEAMVR.

  5. (Optional) Drop CurvedUILaserPointer prefab anywhere on the scene. It will be your laser guide.

PreviousCurvedUI in a new ProjectNextSetup for Meta XR SDK

Last updated 3 months ago

๐Ÿ‘‹