Does the issue occur in the editor or during gameplay?
Gameplay
If it's a gameplay issue, please specify which movement system and camera type you're using (free movement vs. grid movement, third-person vs. first-person) or N/A if not applicable:
N/A
Briefly describe the issue you're experiencing:
Sound effects continue to play when restarting game.
(I used the restart_game()
command. Don't know if this happens with the built in restart as well.)
Are there any errors in the in-game debug console or external console window?
N/A
Provide the steps necessary to reproduce the issue:
- Create Project
- Have startup script play a sound (easier to tell if the sound is a longer track. )
- reset the game (I used a custom menu that uses the
restart_game()
function.)
- Sound should continue playing even when restarting game.
- If you set sound to loop, it will continue to loop after restart, as well.
Provide a download link to the bare bones project (if applicable):
N/A