Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] How to hang a softbody using Hinge Joint?
#2
(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,
Reply


Messages In This Thread
RE: How to hang a softbody using Hinge Joint? - by josemendez - 26-05-2023, 11:32 PM