Search Issue Tracker
Fixed
Fixed in 2022.3.59f1
Votes
4
Found in
2022.3.57f1
Issue ID
UUM-97436
Regression
No
AudioSource.isPlaying remains true when a PlayableGraph finishes playing an audio clip
Reproduction steps:
1. Open the attached “IN-94546” project
2. Open the “SampleScene” Scene
3. Enter Play mode
4. Observe the Console and listen to the audio
Expected result: The Console displays "IsPlaying: True" when the sound is playing and then displays "IsPlaying: False" when the sound clip finishes
Actual result: The Console keeps outputting “IsPlaying: True” after the clip is finished
Reproducible with: 2021.3.48f1, 2022.3.57f1, 6000.0.17f1
Not reproducible with: 6000.0.37f1, 6000.1.0b5, 6000.2.0a3
Fixed in: 6000.0.18f1
Reproducible on: Windows 10(User), Windows 11
Not reproducible on: No other environments tested
Note: After stopping or destroying the Playable Graph the IsPlaying method is still outputting “IsPlaying: True” in the Console
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2022.3.59f1):
AudioSource.isPlaying no longer remains true when a PlayableGraph finishes playing an audio clip