player grabbing a rope

Hello,I’m new on this forum. I’m not even sure if I’m doing the post in the right place,but anyway…
could you guys give me any tip on how could I make a rope in unity and how could I make the player grab the rope? thanks

if you just want the player’s hand to touch the rope, look at inverse kinematics. It’s a feature in unity pro, and there’s also assets on the store that can replicate the functionality.

if you want, for instance, the character to pull a downards (like ringing a bell) you’d place some invisible target object on the rope and set that as the ik target, then move the rope down and your animation would follow.

1 Like

thank you so much Nanako,I’ll look at that feature.