playing sounds back to back

How can I play sounds back to back? I want to play one audio file like text, then after it’s finished player, play another one. Is there some kind of coroutine to handle this?

You can use AudioSource.isPlaying.

–Eric

You could also do an invoke of a method that plays the new clip AudioClip.length seconds later.