audio implementation

  • In my last post I explained how to attach an FMOD_StudioEventEmitter component to a game object, then, play it by adding a short line of code to the relevant script. Another method of playing FMOD events is attaching them to animations, this allows for much greater control with the ability to trigger sounds at any point

    Read more →

  • After a lot of trial and error, tutorials and trouble shooting I managed to get my first FMOD & Unity integration project working using the Space Shooter complete project from the Unity Asset Store. Implementation The Space Shooter complete project comes with sound already in game using the Unity audio engine. The sounds are all basically

    Read more →

  • This week I decided it was time to get my hands dirty and get to grips with Wwise. Reading through forum posts and various subreddits, whenever someone asks which implementation software they should learn theres nearly always a resounding answer of “ALL OF THEM”. I’ve had a play about with FMOD in the past but

    Read more →