Stop sound on Update()

I could not get the new sounds to work until I realized that Update() was stopping the sound every frame when the state changed from Alive to not Alive. Since we added a sound.stop() line after state changes the Upate() code is not needed and getting rid of that fixed the issue.

Maybe I missed the part where I was supposed to delete that?

1 Like

Privacy & Terms