Configurations

1. Installing Modules for Target Platforms

Before configuring build profiles, you must first install the appropriate Build Support modules via Unity Hub to enable builds for each target platform. You can add a new build target (platform) in Unity File > Build Profiles afterwards.

  • Windows ServerWindows Dedicated Server Build Support

  • Linux ServerLinux Dedicated Server Build Support

  • Android ClientAndroid Build Support

  • iOS ClientiOS Build Support

  • visionOS ClientvisionOS Build Support

Tip: To add these modules, open Unity Hub and go to: Installs → (your Unity version) → Add Modules, then select the necessary build supports.


2. Configuring Build Profiles

OXR Platform includes XRBuildKit, which provides a unified workflow for building to multiple XR targets from a single project. In addition, you can set up a unified build environment tailored to your needs.

To configure:

  1. In Unity Editor, go to Windows > Package Management > Package Manager > In Project > XRBuildKit > Samples tab, Reimport the Device Preset Samples and MST Sample.

  2. Then navigate to XRBuildKit > Settings > XR Device Presets, click Import Demo Device Presets button.

  3. Select the preset corresponding to the target device(s) you intend to develop for.

For advanced configurations and customization, refer to this page.

Last updated