# Unity

**URL:** https://qa.fmod.com/c/unity/7.md?page=16

[Latest](https://qa.fmod.com/latest.md) · [Categories](https://qa.fmod.com/categories.md) · [Tags](https://qa.fmod.com/tags.md)

**Page:** 17

---

## [Linux + unity + fmod](https://qa.fmod.com/t/linux-unity-fmod/22301)

<div class="topic-metadata">

**Author:** [@vladimirkornev](https://qa.fmod.com/u/vladimirkornev)\
**Replies:** 5\
**Last updated:** [November 18, 2024, 11:08am UTC](https://qa.fmod.com/t/linux-unity-fmod/22301 "2024-11-18T11:08:54Z")

</div>

Hello. Something weird happened to my working setup. After I made a clean install of Xubuntu 24.04 and installed Unity Hub with Unity Engine and opened my working project I got errors from FMod plugin basically claiming …

---

## [Event Path Returns Null after the first time](https://qa.fmod.com/t/event-path-returns-null-after-the-first-time/22296)

<div class="topic-metadata">

**Author:** [@andresmaldonado](https://qa.fmod.com/u/andresmaldonado)\
**Replies:** 1\
**Last updated:** [November 18, 2024, 3:20am UTC](https://qa.fmod.com/t/event-path-returns-null-after-the-first-time/22296 "2024-11-18T03:20:37Z")

</div>

Hey, I’m newer to FMOD, so maybe I’m misunderstanding this, but I am trying to create a function that can stop all events except for one, which I’m determining by a string which is the event path of the instance I want …

---

## [Unity Locksup Infinitely with Domain Reload as well as ERR\_MEMORY leak issue](https://qa.fmod.com/t/unity-locksup-infinitely-with-domain-reload-as-well-as-err-memory-leak-issue/17167)

<div class="topic-metadata">

**Author:** [@Dairnon](https://qa.fmod.com/u/Dairnon)\
**Replies:** 7\
**Last updated:** [November 15, 2024, 4:34am UTC](https://qa.fmod.com/t/unity-locksup-infinitely-with-domain-reload-as-well-as-err-memory-leak-issue/17167 "2024-11-15T04:34:27Z")

</div>

So I’m dealing with two issues here. One related to the SystemNotInitializedException: \[FMOD\] Initialization failed : FMOD.Studio.System.create : ERR\_MEMORY : Not enough memory or resources. memory leak error. And anot…

---

## [My game has audio only on my computer, other computers and android don't have audio](https://qa.fmod.com/t/my-game-has-audio-only-on-my-computer-other-computers-and-android-dont-have-audio/20255)

<div class="topic-metadata">

**Author:** [@Joeveno](https://qa.fmod.com/u/Joeveno)\
**Replies:** 7\
**Last updated:** [November 15, 2024, 3:21am UTC](https://qa.fmod.com/t/my-game-has-audio-only-on-my-computer-other-computers-and-android-dont-have-audio/20255 "2024-11-15T03:21:32Z")

</div>

Hi, I’m creating my first project using FMOD in Unity. It works properly on the editor and the audio works properly on my computer, but players have reported that the audio doesn’t work on their computers, and I’ve teste…

---

## [Store debug settings in editor preferences](https://qa.fmod.com/t/store-debug-settings-in-editor-preferences/19880)

<div class="topic-metadata">

**Author:** [@rhys\_vdw](https://qa.fmod.com/u/rhys_vdw)\
**Replies:** 6\
**Last updated:** [November 15, 2024, 12:20am UTC](https://qa.fmod.com/t/store-debug-settings-in-editor-preferences/19880 "2024-11-15T00:20:20Z")

</div>

Whenever our audio guy makes a commit he turns on “Live Update”, which means that every other person on our team gets warning spam as the integration tries to connect with FMOD Studio. This kind of setting should be stor…

---

## [How can I disable reverb in Unity](https://qa.fmod.com/t/how-can-i-disable-reverb-in-unity/22278)

<div class="topic-metadata">

**Author:** [@StevenHammond](https://qa.fmod.com/u/StevenHammond)\
**Replies:** 3\
**Last updated:** [November 13, 2024, 4:20am UTC](https://qa.fmod.com/t/how-can-i-disable-reverb-in-unity/22278 "2024-11-13T04:20:58Z")

</div>

Is there a convenient way to completely disable reverb for my Unity game? A significant amount of CPU is being used on DSP processing, specifically for reverb, so I’m looking for an easy way to completely turn it off.

---

## [Package Manager Typo](https://qa.fmod.com/t/package-manager-typo/22267)

<div class="topic-metadata">

**Author:** [@SonarSoundSB](https://qa.fmod.com/u/SonarSoundSB)\
**Replies:** 3\
**Last updated:** [November 13, 2024, 12:31am UTC](https://qa.fmod.com/t/package-manager-typo/22267 "2024-11-13T00:31:20Z")

</div>

Hello, Just thought I’d mention the version number in the unity package manager is wrong, could be confusing. Thanks

---

## [Get Pitch on Microphones](https://qa.fmod.com/t/get-pitch-on-microphones/22277)

<div class="topic-metadata">

**Author:** [@HBG\_Mathieu](https://qa.fmod.com/u/HBG_Mathieu)\
**Replies:** 3\
**Last updated:** [November 12, 2024, 8:26pm UTC](https://qa.fmod.com/t/get-pitch-on-microphones/22277 "2024-11-12T20:26:16Z")

</div>

Hello, I’m simply trying to “merge” 2 examples of FMOD Unity : Record microphones and GetSpectrum. I have this so far : using System; using System.Runtime.InteropServices; using UnityEngine; public class ScriptUsageR…

---

## [BUG REPORT: Unity: Not fixing up platform bankFolder path in PlatformPlayInEditor.cs](https://qa.fmod.com/t/bug-report-unity-not-fixing-up-platform-bankfolder-path-in-platformplayineditor-cs/17241)

<div class="topic-metadata">

**Author:** [@seabaa](https://qa.fmod.com/u/seabaa)\
**Replies:** 1\
**Last updated:** [May 31, 2021, 5:35am UTC](https://qa.fmod.com/t/bug-report-unity-not-fixing-up-platform-bankfolder-path-in-platformplayineditor-cs/17241 "2021-05-31T05:35:20Z")

</div>

Fmod fails to load banks from a Unity Editor which has a saved studio project path on Windows that is then opened up in a Unity Editor on Mac. diff --git a/FMOD/src/Runtime/PlatformPlayInEditor.cs b/FMOD/src/Runtime/Pl…

---

## [Issue with BGM Cutting Off in FMOD](https://qa.fmod.com/t/issue-with-bgm-cutting-off-in-fmod/22238)

<div class="topic-metadata">

**Author:** [@aispk123](https://qa.fmod.com/u/aispk123)\
**Replies:** 9\
**Last updated:** [November 12, 2024, 7:10am UTC](https://qa.fmod.com/t/issue-with-bgm-cutting-off-in-fmod/22238 "2024-11-12T07:10:29Z")

</div>

Hello, I am using FMOD in Unity to manage the same BGM across two banks (Bank A and Bank B). In Map A, I play the BGM using Bank A, and when transitioning to Map B, I only load Bank B while keeping the same BGM instance…

---

## [FMOD Error: 'assertion: level \>= 0.0f' failed in Build Environment Only](https://qa.fmod.com/t/fmod-error-assertion-level-0-0f-failed-in-build-environment-only/22242)

<div class="topic-metadata">

**Author:** [@aispk123](https://qa.fmod.com/u/aispk123)\
**Replies:** 3\
**Last updated:** [November 12, 2024, 2:50am UTC](https://qa.fmod.com/t/fmod-error-assertion-level-0-0f-failed-in-build-environment-only/22242 "2024-11-12T02:50:26Z")

</div>

Hello FMOD team and community, I’m encountering an error in my Unity project that only appears in the build environment. In the Unity Editor, there are no issues, but in the build (Windows platform), the following error…

---

## [Get Assets from Event without playing](https://qa.fmod.com/t/get-assets-from-event-without-playing/22194)

<div class="topic-metadata">

**Author:** [@slojanko](https://qa.fmod.com/u/slojanko)\
**Replies:** 6\
**Last updated:** [November 8, 2024, 3:57am UTC](https://qa.fmod.com/t/get-assets-from-event-without-playing/22194 "2024-11-08T03:57:08Z")

</div>

Hey, we’re using Fmod on a Unity project, and looking into the exposed API, I can’t find a way to get Assets used in an Event. My use case is that I want to load the source Asset file (wav) and generate some metadata …

---

## [Suggestion: Add loudness meter to FMOD Debug window](https://qa.fmod.com/t/suggestion-add-loudness-meter-to-fmod-debug-window/22274)

<div class="topic-metadata">

**Author:** [@jeppeFlashbulb](https://qa.fmod.com/u/jeppeFlashbulb)\
**Replies:** 1\
**Last updated:** [November 7, 2024, 11:10pm UTC](https://qa.fmod.com/t/suggestion-add-loudness-meter-to-fmod-debug-window/22274 "2024-11-07T23:10:33Z")

</div>

Hi, I’ve written this script myself to track loudness values directly in game but i think that this should ultimately be part of default FMOD debug window in Unity. Maybe something similar to this could be implemented? …

---

## [Cant use \[EventRef\] or \[EventReference\] in unity](https://qa.fmod.com/t/cant-use-eventref-or-eventreference-in-unity/19955)

<div class="topic-metadata">

**Author:** [@Cocofou](https://qa.fmod.com/u/Cocofou)\
**Replies:** 5\
**Last updated:** [November 7, 2024, 11:00pm UTC](https://qa.fmod.com/t/cant-use-eventref-or-eventreference-in-unity/19955 "2024-11-07T23:00:35Z")

</div>

Hi I’m a bit new to scripting for this specific API. There is a very simple script I took from scott games (i’m learning) and he uses \[EventRef\] that is obsolete on fmod 2.02. I’ve switched the \[EventRef\] to \[EventRefe…

---

## [FMOD Oculus Spatializer plugin for PS5](https://qa.fmod.com/t/fmod-oculus-spatializer-plugin-for-ps5/20239)

<div class="topic-metadata">

**Author:** [@simon.agera.games](https://qa.fmod.com/u/simon.agera.games)\
**Replies:** 5\
**Last updated:** [November 7, 2024, 5:04am UTC](https://qa.fmod.com/t/fmod-oculus-spatializer-plugin-for-ps5/20239 "2024-11-07T05:04:22Z")

</div>

Hi everyone, This questions is regarding a 3rd party plugin that I realize is outside of the responsibility of FMOD, but I thought I would give it a shot anyways in hope that someone in this forum might know the answer. …

---

## [I am loading the bank but in runtime throws Event not found error](https://qa.fmod.com/t/i-am-loading-the-bank-but-in-runtime-throws-event-not-found-error/22269)

<div class="topic-metadata">

**Author:** [@davidchico](https://qa.fmod.com/u/davidchico)\
**Replies:** 1\
**Last updated:** [November 6, 2024, 5:37pm UTC](https://qa.fmod.com/t/i-am-loading-the-bank-but-in-runtime-throws-event-not-found-error/22269 "2024-11-06T17:37:51Z")

</div>

Hi! I am getting a bit crazy with this issue, and I am finding myself unable to figure it out or find any solutions online. I have some banks loaded that the sound designer has given me. I have set up the fmod plugin, 2…

---

## [Get loop region in code or find total playtime of event](https://qa.fmod.com/t/get-loop-region-in-code-or-find-total-playtime-of-event/22228)

<div class="topic-metadata">

**Author:** [@grapefrukt](https://qa.fmod.com/u/grapefrukt)\
**Replies:** 2\
**Last updated:** [November 6, 2024, 7:33am UTC](https://qa.fmod.com/t/get-loop-region-in-code-or-find-total-playtime-of-event/22228 "2024-11-06T07:33:35Z")

</div>

I’m trying to synchronize some gameplay events to the beat of a song. I can retrieve the BPM of the event that is currently playing, but for testing and ease of use I need to set various loop regions in the song, meaning…

---

## [Is it possible to create weapon sounds in FMOD that handle a dynamically changing fire rate?](https://qa.fmod.com/t/is-it-possible-to-create-weapon-sounds-in-fmod-that-handle-a-dynamically-changing-fire-rate/22253)

<div class="topic-metadata">

**Author:** [@BulletproofDuck](https://qa.fmod.com/u/BulletproofDuck)\
**Replies:** 1\
**Last updated:** [November 6, 2024, 5:54am UTC](https://qa.fmod.com/t/is-it-possible-to-create-weapon-sounds-in-fmod-that-handle-a-dynamically-changing-fire-rate/22253 "2024-11-06T05:54:57Z")

</div>

In my game, certain weapons can gradually or procedurally adjust their fire rate based on gameplay conditions, such as increasing or decreasing over time. The sound structure includes a First Round, Fire Loop, and Tail, …

---

## [How to handle two or more emitters with the same sound?](https://qa.fmod.com/t/how-to-handle-two-or-more-emitters-with-the-same-sound/22260)

<div class="topic-metadata">

**Author:** [@chickengameaudio](https://qa.fmod.com/u/chickengameaudio)\
**Replies:** 1\
**Last updated:** [November 6, 2024, 12:05am UTC](https://qa.fmod.com/t/how-to-handle-two-or-more-emitters-with-the-same-sound/22260 "2024-11-06T00:05:11Z")

</div>

Hello, I have audio using spatializer coming from my campfire object in my top-down 2D game in Unity. I’m using the Studio Event Emitter to trigger the audio. The issue I’m running into is whenever there are multiple ca…

---

## [Scatterer Instrument not playing in Unity Build](https://qa.fmod.com/t/scatterer-instrument-not-playing-in-unity-build/22261)

<div class="topic-metadata">

**Author:** [@chickengameaudio](https://qa.fmod.com/u/chickengameaudio)\
**Replies:** 1\
**Last updated:** [November 5, 2024, 11:50pm UTC](https://qa.fmod.com/t/scatterer-instrument-not-playing-in-unity-build/22261 "2024-11-05T23:50:49Z")

</div>

Hello, I am struggling with an issue with my environment audio in Unity. I have one track playing the ocean and a second track playing seagulls as a scatterer instrument. It works well in the Editor but when I build the…

---

## [How to write a .wav file by using FMOD\_OUTPUTTYPE\_WAVWRITER\_NRT?](https://qa.fmod.com/t/how-to-write-a-wav-file-by-using-fmod-outputtype-wavwriter-nrt/22256)

<div class="topic-metadata">

**Author:** [@wave9b](https://qa.fmod.com/u/wave9b)\
**Replies:** 3\
**Last updated:** [November 5, 2024, 11:23pm UTC](https://qa.fmod.com/t/how-to-write-a-wav-file-by-using-fmod-outputtype-wavwriter-nrt/22256 "2024-11-05T23:23:37Z")

</div>

so, this project I’m developing simulates a mixing table. It allows the player to control the volume, pan, high EQ, and low EQ of each channel from a song (8 channels total). I need to create a function that when the us…

---

## [PlayOneShot not routing through group bus](https://qa.fmod.com/t/playoneshot-not-routing-through-group-bus/22244)

<div class="topic-metadata">

**Author:** [@hardsmoke](https://qa.fmod.com/u/hardsmoke)\
**Replies:** 2\
**Last updated:** [November 5, 2024, 2:00pm UTC](https://qa.fmod.com/t/playoneshot-not-routing-through-group-bus/22244 "2024-11-05T14:00:13Z")

</div>

Hello. I want to use a bus to conveniently change the volume of all sounds belonging to this bus at the same time. But for some reason, when calling the PlayOneShot method, the sound volume does not change, but always re…

---

## [Trying to play an event on a secondary Studio System](https://qa.fmod.com/t/trying-to-play-an-event-on-a-secondary-studio-system/22221)

<div class="topic-metadata">

**Author:** [@Chris\_viaVR](https://qa.fmod.com/u/Chris_viaVR)\
**Replies:** 1\
**Last updated:** [October 31, 2024, 1:33am UTC](https://qa.fmod.com/t/trying-to-play-an-event-on-a-secondary-studio-system/22221 "2024-10-31T01:33:45Z")

</div>

Hi, in my Unity Project, I’m trying to have 2 separate Studio Systems, both routed to separate windows outputs, on both of which I’d like to play events. With the help of this forum post, I made two separate Studio Sys…

---

## [Android/IOS Error, ERR\_FORMAT : Unsupported file or audio format](https://qa.fmod.com/t/android-ios-error-err-format-unsupported-file-or-audio-format/18057)

<div class="topic-metadata">

**Author:** [@shj6078](https://qa.fmod.com/u/shj6078)\
**Replies:** 10\
**Last updated:** [October 30, 2024, 11:05pm UTC](https://qa.fmod.com/t/android-ios-error-err-format-unsupported-file-or-audio-format/18057 "2024-10-30T23:05:42Z")

</div>

There is error issue in mobile platform (android, ios) After upgrade “Unity For FMOD” Asset (ver 1.02.09 → ver 1.02.11) I use to Bank Import Type AssetBundle And Unity version 2021.2.4f1 The Error is below Type : Ex…

---

## [ParameterID as shared readonly/constant value](https://qa.fmod.com/t/parameterid-as-shared-readonly-constant-value/22197)

<div class="topic-metadata">

**Author:** [@Lekret](https://qa.fmod.com/u/Lekret)\
**Replies:** 4\
**Last updated:** [October 30, 2024, 4:01am UTC](https://qa.fmod.com/t/parameterid-as-shared-readonly-constant-value/22197 "2024-10-30T04:01:50Z")

</div>

Hi, I want to optimize setting parameters by using parameter id instead of name. I found that I can only retrieve PARAMETER\_ID from EventDescription. What I also found is that parameters with same name have same ID. An…

---

## [Add Event in Unity Editor not work!](https://qa.fmod.com/t/add-event-in-unity-editor-not-work/22191)

<div class="topic-metadata">

**Author:** [@pantherastudio](https://qa.fmod.com/u/pantherastudio)\
**Replies:** 4\
**Last updated:** [October 28, 2024, 5:00am UTC](https://qa.fmod.com/t/add-event-in-unity-editor-not-work/22191 "2024-10-28T05:00:15Z")

</div>

Hello, i can’t create new Event FMOD from Unity because i have many banks, so it meet error when BuildTree function in CreateEventPopup.cs { var rootGuid = EditorUtils.GetScriptOutput("studio.project.workspace.masterEve…

---

## [Sounds playing in background when Ads are loaded. iOS Unity build](https://qa.fmod.com/t/sounds-playing-in-background-when-ads-are-loaded-ios-unity-build/21727)

<div class="topic-metadata">

**Author:** [@rgesota](https://qa.fmod.com/u/rgesota)\
**Replies:** 3\
**Last updated:** [October 28, 2024, 4:19am UTC](https://qa.fmod.com/t/sounds-playing-in-background-when-ads-are-loaded-ios-unity-build/21727 "2024-10-28T04:19:06Z")

</div>

I am trying to pause sounds when ads are playing. I am using Appslovin Max SDK for ads. Sounds should not play when ads are playing.

---

## [Crash - "Starvation detected in WASAPI output buffer!" Where to start with solving this](https://qa.fmod.com/t/crash-starvation-detected-in-wasapi-output-buffer-where-to-start-with-solving-this/14831)

<div class="topic-metadata">

**Author:** [@botaurus](https://qa.fmod.com/u/botaurus)\
**Replies:** 4\
**Last updated:** [October 28, 2024, 1:07am UTC](https://qa.fmod.com/t/crash-starvation-detected-in-wasapi-output-buffer-where-to-start-with-solving-this/14831 "2024-10-28T01:07:53Z")

</div>

I got an FMOD related crash: \[FMOD\] OutputWASAPI::mixerThread : Starvation detected in WASAPI output buffer! I don’t even know where to begin figuring out how to solve this. I have a few questions tho. Could Unity ‘De…

---

## [Blending Reverb Snaphots](https://qa.fmod.com/t/blending-reverb-snaphots/22219)

<div class="topic-metadata">

**Author:** [@SonarSoundSB](https://qa.fmod.com/u/SonarSoundSB)\
**Replies:** 1\
**Last updated:** [October 25, 2024, 3:40am UTC](https://qa.fmod.com/t/blending-reverb-snaphots/22219 "2024-10-25T03:40:17Z")

</div>

Hello, I have set up some reverb zones using box triggers and snapshots, the box colliders are very close to each other so I can simulate going from room to room, I’m using just one reverb return track and trying to ble…

---

## [Unity总提示Event waiter XXmilliseconds for sample data to load](https://qa.fmod.com/t/unity-event-waiter-xxmilliseconds-for-sample-data-to-load/22215)

<div class="topic-metadata">

**Author:** [@xuzhigang](https://qa.fmod.com/u/xuzhigang)\
**Replies:** 1\
**Last updated:** [October 25, 2024, 12:06am UTC](https://qa.fmod.com/t/unity-event-waiter-xxmilliseconds-for-sample-data-to-load/22215 "2024-10-25T00:06:10Z")

</div>

Unity总提示Event waiter XXmilliseconds for sample data to load ，Preload sample data to avoid this delay，怎么解决

[Previous page](https://qa.fmod.com/c/unity/7.md?page=15)

[Next page](https://qa.fmod.com/c/unity/7.md?page=17)
