Hey guys, I added a sound for my “play” button, which loads my level scene, but the sound that gets played when the button is pressed is cut short by the loading of the next scene. What’s the best way to get around this issue? Thanks!
P.S. I didn’t use coding to play the sounds and I have looked into DontDestroyOnLoad but prefer a non-coding method if possible since the sounds are played without codes.