Skip to main content

Unity Setup

1. Install the SDK Packages

Download the BeamXR Core SDK and BeamXR Enterprise SDK packages.

note

Download links will be provided in a future update.

Import both packages into your Unity project:

  1. In Unity, go to Assets > Import Package > Custom Package...
  2. Select the BeamXR Core SDK .unitypackage and click Import.
  3. Repeat for the BeamXR Enterprise SDK .unitypackage.

2. Add the Prefab to Your Scene

  1. In the Project window, search for the BeamXR Enterprise prefab.
  2. Drag it into your scene hierarchy.

3. Set Your Enterprise App ID

  1. Select the BeamXR Enterprise object in your hierarchy.
  2. In the Inspector, find the Beam Enterprise Manager component.
  3. Enter your Enterprise App Id in the highlighted field.

BeamXR Enterprise prefab — set your Enterprise App Id

Your Unity project is now configured. Head to Your First Session to start streaming.