Search Issue Tracker
By Design
Votes
0
Found in
5.6.3p4
Issue ID
960222
Regression
No
[iOS] [FMOD] Mute Other Audio Sources is ignored with FMOD and Audio>Disable Unity Audio=true
When disabling unity audio completely through Edit->Project Settings->Audio->Disable Unity Audio and using FMOD instead the option "Mute Other Audio Sources" (Edit->Project Settings->Player->Other Settings->Mute Other Audio Sources) is ignored. It will always mute other audio sources, no matter if enabled or not.
Steps:
1. Download project from Google Drive (MuteAudioSourcesBug.zip)
2. On iOS device play music (recommended: Podcasts)
3. Build and Run on iOS device
Expected behavior: external music continues to play.
Actual behavior: external music stops.
Reproduced with: 2018.1.0a1, 5.6.4p1.
Note: not reproducible on Android.
Tested with: iPhone 6S iOS11.0; Motorola Nexus 6 Android 6.0.
BY DESIGN:
The "Mute Other Audio Sources" option only affects the built-in Unity audio settings.
Once users wish to use the FMOD Studio integration they will need to (a) disable Unity audio from the Edit > Project Settings > Audio menu, and (b) manually set the iOS Audio Sessions to allow for background and/or interrupting audio. This is mentioned in the iOS Specific Starter Guide of the iOS API.
If you want the audio from Unity (FMOD) to mix with other system audio, you can override this behavior by setting the AVAudioSessionCategoryOptionMixWithOthers option on the session.
This is not a bug but intended behaviour.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Add comment