Oh My GOD !! I can't believe I almost forgot to play this gem. This game is an absolute blast !! I wish there were more levels though. I love the atmosphere, the little characters, puzzles, mechanics and the PHYSICS. I really can't express how satisfying it was to swing from Point A to Point B. Also for some reason, it felt like a Godot game rather than a Unity game XD.
My only complaint is that the music and sound are set to minimum by default. But besides that, this game deserves my highest rating so far.
Also about Physics, did you use Unity's in built Physics (PhysX) or did you implement your own custom version for swinging?
Viewing post in Mushy jam comments
I am so very happy you enjoyed the game so much! Ye. I wanted to make more music for the game but I ran out of time :(
It is my own rope simulation script. I used distance joint to check where the anchor is against the neighboring anchor. And then apply forces : player Input * swingspeed and then I use a sin wave to get the shape of the rope and all the ropes joints forces depending how far it is from the player. The further it's away the less force is applied.
It's much easier if you look at it physically xD hope this answers your question.
Hard to explain.
Thank you so much for the feedback!
Regarding music, I was talking about the music and sound volume slider set to minimum as defaults. Didn't notice the slider in my first run and thought there was no music at wall.
Regarding physics, looks like I was right. Didn't understand your implementation completely but I get the idea. Great work!