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
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
- MSAA warnings are thrown when custom post-processing is used and the Scene contains transparent GameObjects
Add comment