26-05-2023, 11:32 PM
(This post was last modified: 26-05-2023, 11:35 PM by josemendez.)
(26-05-2023, 11:19 PM)eduardoseitz Wrote: I want to know how to hang a softbody rigidbody using unity's Hinge Joint component but I didn't find any example on the documentation. When I try the body falls instead of following the attached rigidbody. How can I achieve that? An example would be nice.
Thank you very much.
Hi there,
You can't directly attach a softbody to a rigidbody using a hinge joint, Unity's joint components only work with rigidbodies.
You can however attach a softbody to a rigidbody using a dynamic attachment, then attach that rigidbody to another rigidbody using a hinge joint. See dynamic attachments in the documentation: http://obi.virtualmethodstudio.com/manua...ments.html
kind regards,