Search Issue Tracker
Fixed
Fixed in 0.7.1-exp.0
Votes
0
Found in [Package]
0.5.0-exp.0
Issue ID
AVPB-208
Regression
No
Fully immersive apps for visionos always emit audio from grey window and mute when window is dismissed
1. Launch any fully immersive app with audio on a visionOS device
2. Any audio played through Unity's built-in audio system (or 3rd party ones like FMod or WWise) "emits" from a position aligned with the gray window you see when you launch the app. When this window is dismissed, all audio stops playing. Once the window is dismissed, audio can't be turned back on.
3. Desired behavior is that audio playback is not tied to that window, and that it can be spatialized as the application desired.
(see attached video for example)
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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
Resolution Note (fix version 0.7.1-exp.0):
We merged a fix that removes the start-up window which was taking over the audio session. This resolves the issue for most users, unless they try to bring back this functionality by modifying the Swift trampoline code. In that case, I have heard from a user that any window will take over the audio session and exhibit the same behavior. I've opened a new internal issue to track that down.