Le Cube ◇ Mass Psychosis

The Blog

FMOD
Batch Rename
Add keyboard shortcut for 'Scripts: Reload'
Setup the Unity game example
Build All Banks / Platforms and also do custom a step
ReaScripts for Cockos REAPER
Test-Focused Development
TDD-ing Avatar Health in C# and C++
TDD-ing Chess in C#
Lifting

FMOD

Setup the Unity game example

by Egill Antonsson
published on 2025 Sep 14

Create the Unity project

This Unity 'game' will demonstrate the FMOD Unity integration and my suggested extensions to it (see the blog post series) for a typical game audio workflow, This 'game' will not be complete as it is not meant to be played as such. The code repository is on GitHub.

Integrate FMOD

Download

Read the FMOD Unity integration user guide. Create and FMOD account on go to the Download page.

  1. Download and install FMOD Engine
  2. Download and install the FMOD Studio (latest matching version that is marked with 'Unity Verified')
  3. Download the FMOD Unity integration package (latest matching version that is marked with 'Unity Verified') from the FMOD website (thus not from the Unity Asset Store)
    • In Unity, go to Assets > Import Package > Custom Package... and select the downloaded package
    • In the import dialog, click All and then Import