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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 2022.3.59f1):
AudioSource.isPlaying no longer remains true when a PlayableGraph finishes playing an audio clip