Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Collider setup for Custom Pulley
#1
So I have a custom pulley (with housing) setup which I want to use with Obi rope.

The housing is used to prevent the rope from slipping.



I am unsure on how to add collider to the housing of the pulley. I tried to add 2 separate box colliders on each side, however these colliders interacts with the pulley (rigid body) to cause unwanted aggressive movements of the pulley system.



I am attaching a photo of the pulley system. Any idea on how to achieve that would be really helpful.

   




Thank You.
Reply
#2
(10-03-2023, 02:40 PM)rohit_dhak Wrote: I am unsure on how to add collider to the housing of the pulley. I tried to add 2 separate box colliders on each side, however these colliders interacts with the pulley (rigid body) to cause unwanted aggressive movements of the pulley system.

Hi there!

Colliders are part of Unity, so this isn't really related to Obi. You can disable collisions between the box colliders and the pulley using collision layers, this should solve the issue.

kind regards,
Reply