23-11-2022, 09:47 AM
(This post was last modified: 23-11-2022, 09:48 AM by josemendez.)
(23-11-2022, 08:59 AM)Kizzualx Wrote: yes, that's exactly what I mean, but the problem is that when I pull even one rope, an object is attached to it, it stretches even more than when two ropes are stretched, is it possible that it doesn't stretch?
I'm not entirely sure what you mean by "it stretches even more than when two ropes are stretched", could you share a video/screenshots of the problem?
If a rope stretches too much it's usually symptom of one of these:
- It's attached to dynamic objects (rigidbodies), but the attachments are set to static instead of dynamic.
- The rigidbodies attached to the rope have much greater mass that the rope.
- Not enough substeps being used, or too high rope resolution.
let me know if I can be of further help,