Creative and fun game in general, some levels do need thinking and it feels rewarding to get through them. I do need however to point out that the audio is not very balanced. The spike sound is way too loud compare to the bgm (which is how I adjusted my master volume in the first place).
Viewing post in Dungeon Loop jam comments
Ah the dreaded! I had that problem too for one of my projects. The way I get rid of it is to write a custom singleton sfx player script that, when asked to play a certain sound, check if the sound in question is already in play and only plays the sound if is not already playing. Granted I am developing with Godot instead of Unity but I assume same logic may apply. Hope it helps and one day the game can be updated with great level of polish :p