[SOLVED] New Sounds not Playing

I have been encountering some trouble with sounds. When I first added a ‘this.entity.sound.play’ when colliding with the entity (soul), it was working swell. I repeated the code for another entity (pot), and the new sounds I added for it specifically aren’t playing when colliding with the entity. However, the old sound plays just fine with the pot entity.

I tried to upload the same soul sound again and used it on the pot entity, but it doesn’t work like any new mp3 upload I add.

Hey, Seems like you haven’t added the sound “potbreak” in the soundComponent and that is why the new sound is not working. Kindly add the sound in the sound component and then try.

2 Likes

Ah, right, I forgot about this, my apologies! and thank you!