Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: bboldd on October 25, 2012, 10:13:55 AM

Title: connecting line between objects
Post by: bboldd 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
Title: Re: connecting line between objects
Post by: jeanfabre 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 (http://forum.unity3d.com/threads/35006-Rope-Script-V2-now-availiable-8-08-10)

bye,

 Jean