Stop music and restart where i have stop it

hello,
how can I stop the music and make it start again where I stopped. I need to pause the game.

1 Like

Can you use AudioSource.Pause?

If so, you’ll want to use UnPause to restart the clip. See AudioSource.

1 Like

Thank you, now it work :slight_smile:

1 Like