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 Server → Windows Dedicated Server Build Support
Linux Server → Linux Dedicated Server Build Support
Android Client → Android Build Support
iOS Client → iOS Build Support
visionOS Client → visionOS 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:
In Unity Editor, go to
Windows > Package Management > Package Manager > In Project > XRBuildKit > Samples
tab, Reimport the Device Preset Samples and MST Sample.Then navigate to
XRBuildKit > Settings > XR Device Presets
, click Import Demo Device Presets button.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