- Home /
Rope collider stuck with other collider
I want to implement a rope behavior. I create a series of GameObject (piece) and I use line renderer to paint them. Each piece has his hinge joint to the previous one (using collide connected), the first is joint to the world. The rope works well, the problem comes when rope does some "aggressive" movements and then, some colliders invade the other collider space and it get stuck there.
As my english is anything but good, I made a video to explain this:
That's some decent rope! $$anonymous$$y only thought is that I doubt most rope simulations are this tight - with each segment immediately adjacent to the last. I'd suggest creating some space between them.
I added some space between colliders and now the rope has more freedom of movement. Anyway it continues stucking on some movements. I think I need a reactive action implemented on a script, but I don't know where to start.