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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment