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 Meta XR SDK in your project
  • 2. Install and configure CurvedUI
  1. Getting Started

Setup for Meta XR SDK

1. Install Meta XR SDK in your project

  • Install Unity

  • Import XR Plugin Management package.

  • Install your VR hardware SDK in Player Preferences > Plugin Management

  • Import Meta XR All-in-One package into your project

2. Install and configure CurvedUI

You can also use the β€œMeta XR Starter” demo scene. It has been set up before for you.

  1. Import newest CurvedUI package.

  2. Add [CameraRig] prefab from Meta XR package to the scene.

  3. Add CurvedUISettings to your canvas.

  4. Set CurvedUISettings' Control Method to META_XR

  5. Choose your Interaction Button.

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

PreviousSetup for Steam VR SDKNextSetup for Unity XR SDK

Last updated 3 months ago

πŸ‘‹