Obi Official Forum
How do I make a chain with colliders? - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: How do I make a chain with colliders? (/thread-3017.html)

Pages: 1 2


RE: How do I make a chain with colliders? - josemendez - 19-03-2023

(19-03-2023, 03:41 PM)dmenn Wrote: Would love a video as well!

Did you get your disc golf chains working properly? I'm doing a similar thing, not DG, but also with chains. The problem I'm having is getting all the chains connected at the bottom, and then all reacting when one chain moves/gets hit with something.

Using dynamic attachments to attach all ropes to the same rigidbody this should be fairly simple to achieve, see the FreightLift sample scene.

kind regards,


RE: How do I make a chain with colliders? - dmenn - 08-04-2023

(19-03-2023, 06:22 PM)josemendez Wrote: Using dynamic attachments to attach all ropes to the same rigidbody this should be fairly simple to achieve, see the FreightLift sample scene.

kind regards,

Thanks, that's just what I needed.