Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing rope length
#2
(07-09-2017, 05:44 PM)devPuppy Wrote: I feel like I'm missing something simple and obvious but cannot find the information I need.

How do you change the length of the rope in the Unity Editor? The crane example scene does so programmatically but I would like to change the length of my rope permanently in Unity.

Thanks!!

You need to use either the catmull curve or the beziercurve to set the length; <--- ended my sentence with a semi colon, coding to much today lol.
Reply


Messages In This Thread
Changing rope length - by devPuppy - 07-09-2017, 05:44 PM
RE: Changing rope length - by niZmo - 07-09-2017, 06:00 PM
RE: Changing rope length - by tbookout - 07-09-2017, 11:25 PM