10-08-2020, 02:59 PM
(10-08-2020, 02:56 PM)voodoo-bird Wrote: How do I add/reduce length to a rope in runtime? The Youtube tutorials don't cover this.
I use Playmaker. Advise directly for this would be most helpful, but otherwise let me know the normal script/component way and I can figure it out from there.
Thanks.
Hi,
Obi does not offer Playmaker support.
To change the rope length at runtime, add a ObiRopeCursor component to the rope and call its ChangeLength() method. See:
http://obi.virtualmethodstudio.com/tutor...ursor.html