Posted July 10, 2025 by FellHawk
#FMOD #UnityAudio #AudioMigration #GameDev #IndieDev #Devlog #AudioDesign #SoundEngine #PerformanceFix #Version140 #FmodStudio #AudioOptimization #GamedevTools
FMOD Audio Migration Summary
What is FMOD and Unity Audio? When you're making a game, you're going to want music, sound effects, and maybe voices—but you don't want to code all the complicated audio manipulation like volume changes, seamless music looping, or 3D sound spatialization from scratch.
FMOD is a third-party audio control plugin that can be integrated into your game engine to give users, including those with little or no programming experience, advanced control over audio. In this case, our audio engineer @1crystalash and I are both learning how to work with it.
In short:
FMOD makes programming sound in games easier, more flexible, and more dynamic without needing to write a ton of custom audio code.
Why are we migrating? Currently, both Unity Audio and FMOD Audio are running side-by-side. This causes:
How will we do it? We'll be migrating every sound currently implemented in Unity over to FMOD. This will involve:
Fortunately, the current sound library isn't very large, so this task is manageable.
When will it be done? The FMOD migration is scheduled for completion around July 16, and will be included in the v1.4.0 major release.