playMaker

Author Topic: connecting line between objects  (Read 1887 times)

bboldd

  • Playmaker Newbie
  • *
  • Posts: 1
connecting line between objects
« on: October 25, 2012, 10:13:55 AM »
I want to create Line between 2 objects like rope. 2 objects are movable.
I get position of 2 objects and stored it in vector3 variables. now how to set line position, angle, and length?

Please help me, Thanks all

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: connecting line between objects
« Reply #1 on: October 26, 2012, 02:08:31 AM »
Hi,

 ropes are not easy to do indeed. I suggest you check this package:
http://forum.unity3d.com/threads/35006-Rope-Script-V2-now-availiable-8-08-10

bye,

 Jean