Tried to make rope moving like tower bloxx

Hi, I tried to make a rope like in tower bloxx. In case you haven’t played it :

But I was having a trouble with the sprite. The sprite didn’t move with the joint.
I was wondering if there is some feature in unity to make the rope like in tower bloxx. Or maybe you guys have different approach to this problem ?

Thank you.

You can connect multiple objects together via joints and it’ll behave like a chain or rope. Check out this tutorial: 2D Physics - Unity Learn

As for the linked video, it’s probably just faked rather than using actual physics joints.

Sure I can use hinge joint. I already tried it before. But on that video the size of the sprite isn’t changing while in my case the rope should be stretched sometimes like on the tower bloxx trailer video

Like I said, it’s probably fake. Just attach a separate sprite behind your object that extends out of the screen.

What does that mean ?