Search Issue Tracker
Fixed in 2022.3.59f1
Fixed in 2022.3.X, 6000.0.X, 6000.1.X, 6000.2.X, future release
Votes
1
Found in
2021.3.39f1
2022.3.45f1
6000.0.18f1
Issue ID
UUM-73479
Regression
No
[iOS] External audio stops playing when using StartMicrophone()
How to reproduce:
1. Download and open the attached project
2. Build and deploy the project to iOS
3. Play an audio recording via another application (e.g. Spotify, YouTube music)
4. Open the built Unity app
5. Press the "StartMicrophone()" button
Expected outcome: The external audio does not stop playing
Actual outcome: The external audio stops playing
Reproducible with: 2021.3.39f1, 2022.3.33f1, 2023.2.20f1, 6000.0.5f1
Reproduced on: iPhone 12 Pro (iOS 14.2.1), iPhone 13 (iOS 16.6.1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector scroll area stretches when using components with nested serialized arrays on FBX model prefab instances
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
Resolution Note (fix version 6000.2):
On iOS, fixed a few cases where the "Mute Other Audio Sources" player setting is false, but we would still end up stopping an external app's audio sometimes when starting a microphone recording.