This documentation is no longer being updated and is subject for removal.
The FMOD Studio Unity Integration is a Unity plugin that allows the use of FMOD in Unity games.
Compatibility
The Oculus Spatializer Plugin (OSP) for FMOD is compatible with the FMOD Studio Unity Integration for projects targeting Windows (32/64 bit), OS X, and Android. Two versions of the FMOD Studio Unity Integration are currently available: 2.0 and Legacy. The OSP for FMOD is compatible with:
Open your project in the Unity Editor. Select Assets > Import > Custom Package, and select OculusSpatializerFMODUnity.unitypackage in AudioSDK\Plugins\FMOD\Unity to import into your project.
In the Project tab of FMOD Settings, click the Add Plugin button, and enter OculusSpatializerFMOD in the new text field.
You should now be able to load and play FMOD events that use the OSP in your Unity application runtime.
Open your project in the Unity Editor. Then select Assets > Import > Custom Package, and select OculusSpatializerFMODUnity.unitypackage in AudioSDK\Plugins\FMOD\Unity to import it into your project.
In the Project view, select the FMOD_Listener script, which should be attached to an object at the root of the scene. In the Unity Inspector view, increment the size of Plugin Paths by one, and add ovrfmod in the new element.
OS X platform only: In FMOD_Listener.cs, in LoadPlugins(), modify the body of the foreach loop with the following code inside the OCULUS start/end tags: