Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiRope setup (help)
#6
(01-02-2022, 10:10 AM)Kizzualx Wrote: Please tell me how to do the following:
I need a rope, and there should be a ring at the end. The player must throw the ring and catch on the hook. Thus, he must hang on a rope that is hooked by a ring on a hook.
Like this...:

Use a dynamic attachment to attach the rope to the ring and the player, then apply an impulse to the ring's rigidbody to launch it, simple as that.

The devil is in the details though. You must make sure that the transform hierarchy in your scene makes sense, and be wary of attaching the rope inside a collider, if they're both set to collide with each other (as this will cause jittering): use collision filtering to deactivate collisions between the ends of the rope and the character/ring.

Note: I see in your screenshots that your ring has two colliders, but only one if them has a ObiCollider (the circle collider, which is disabled). Each collider must be wrapped by a ObiCollider in order to work with Obi, keep that in mind.

let me know if you need further help,
Reply


Messages In This Thread
ObiRope setup (help) - by Kizzualx - 31-01-2022, 07:13 PM
RE: ObiRope setup (help) - by josemendez - 31-01-2022, 09:05 PM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 09:19 AM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 09:57 AM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 10:10 AM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 11:00 AM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 12:06 PM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 01:43 PM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 01:41 PM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 01:46 PM
RE: ObiRope setup (help) - by Kizzualx - 06-02-2022, 11:59 AM
RE: ObiRope setup (help) - by josemendez - 06-02-2022, 12:25 PM