Unity 2022.3.9f1 + FMOD 2.02.17 + Steam Audio 4.4.0 (Setup from scratch, including all error fixes)

Опубликовано: 31 Май 2026
на канале: Ruben Hulzebosch
4,217
69

In this video I’ll show you how to setup Unity, FMOD and Steam Audio (all latest versions)
There’s a few hoops to go through, especially on Mac.
Hope this helps some devs save some time and frustration.

Used resources:

Viking Village project: https://assetstore.unity.com/packages...
Steam Audio FMOD: https://github.com/ValveSoftware/stea...
Steam Audio Unity: https://github.com/ValveSoftware/stea...
FMOD 2.02.17: https://fmod.com/download
Unity 2022.3.9f1: https://unity.com/download

Copy the following files from the directory you extracted steamaudio_fmod.zip into, to the Plugins directory of your FMOD Studio project.
(Windows 32-bit editor only) lib/windows-x86/phonon.dll and lib/windows-x86/phonon_fmod.dll
(Windows 64-bit editor only) lib/windows-x64/phonon.dll and lib/windows-x64/phonon_fmod.dll
(macOS editor only) lib/osx/phonon.bundle and lib/osx/libphonon_fmod.dylib
(all platforms) src/phonon_fmod.plugin.js

If you’re on a mac: drag the phonon.bundle file (in the Plugins directory in your FMOD project) after the following string in terminal and press enter:

xattr -d com.apple.quarantine file_path

example: xattr -d com.apple.quarantine /Users/your username/Desktop/Viking_Test/FMOD/fmodproject/Plugins/phonon.bundle