Hey all. How do you figure out if an audio source is not currently playing ANY sound? Even if it is scheduled.
We are using PlayScheduled() and this method, even if there is no sound, sets the AudioSource.isplaying() to true. Anyway to call something like a AudioSource.IsPlayingSoundNow() ?
So, if a clip is scheduled, IsPlayingSoundNow() would return false until that clip is playing sound.