19-09-2019, 03:37 PM
(This post was last modified: 19-09-2019, 04:34 PM by BisuDagger.)
Hello and thank you in advance for any help! I am new to using obi rope in Unity and have a few questions. Attached is an image of what I'm trying to accomplish.
1. How do I create a similar rope to the crane scene?
1. How do I create a similar rope to the crane scene?
- This must be done at run time.
- The rope needs to connect from the crane tip object to the load object (without changing the height of the load/pulling the object closer like the grapple rope does)
- The rope will be a straight line in the y-direction
- In the crane scene the rope hits a stopping point where it cannot extend further. How do I specify that?
- How do I make sure the rope distance between the load and crane tip is the same as the current distance between the objects before the rope is generated/instantiated
- In the crane scene it grows without stretching, this is the behavior I want.