I want to create a bungee jumping-like game in Unity and therefore I need a rope physics. I especially need elastic ropes with capability to pull objects with velocity after a little extension. Do you know any place to start? Because I have no idea how to start such scripting.
I looked at Asset Store. There are some rope physic simulators, but I have to do it on my own, plus they are really expensive.
EDIT: I already tried using Spring and/or Configurable Joints in Unity, but they did not give what I want.