diff --git a/Assets/Fungus/Thirdparty/Usfxr/Scripts/SfxrAudioPlayer.cs b/Assets/Fungus/Thirdparty/Usfxr/Scripts/SfxrAudioPlayer.cs index 94bc9441..193648c9 100644 --- a/Assets/Fungus/Thirdparty/Usfxr/Scripts/SfxrAudioPlayer.cs +++ b/Assets/Fungus/Thirdparty/Usfxr/Scripts/SfxrAudioPlayer.cs @@ -56,6 +56,7 @@ public class SfxrAudioPlayer : MonoBehaviour { soundSource.volume = 1f; soundSource.pitch = 1f; soundSource.priority = 128; + soundSource.Play(); } void Update() {