The Unity-MetaXRAudioSDK repository including all packages and SDKs, is released under the Oculus SDK License. You may obtain a copy of the SDK License at https://developer.oculus.com/licenses/oculussdk/
Helicopter audio samples are sourced from https://github.com/viktorphoenix/fieldrecordings-ccby4. The License for the helicopter audio samples can be found in the third-party folder.
An overview for using Meta's Presence Platform Audio SDK in Unity can be found here. Each project in this repository contains a Main scene that can be used in playmode to run through the various audio feature experiences. It's suggested to use Oculus Link when in the Unity Editor. Instructions for using Oculus Link can be found here.
- MetaXRAudioSDK - This Unity project uses the Unity Package Manager (UPM) friendly version of Meta's Presence Platform SDKs.
The projects in this repository can be be compiled and installed onto Developer Mode Enabled Quest devices. Instructions for enabling developer mode on your Quest device can be found here.
Unity documentation for building Android applications can be found here. Instructions for building projects in this repository are provided below:
-
Open the project of interest in a Unity Editor.
-
Open the Build Settings window via the Unity Editor toolbar (File -> Build Settings).
-
Select the Android platform in the Build Settings window and press Build to compile an Android APK.
-
Install the compiled apk to your Quest device with adb:
adb install path/to/your/apk/MetaXRAudioSDK.apk
-
Open the application through your Quest device's App Library. The application will likely be listed under the Unknown Sources section.