how to play a sound over and over without one sound interrupting the other?
is there a way to play the same sound simultaneously?
Play one shot will play multiple sounds even with multiple clips from the same audio source without the sounds interrupting each other. I wrote an article about the different play methods including play one shot that you might find useful here: How to play audio in Unity (with examples)
1 Like
@JLF Thank you very much that is exactly what I needed.