Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Pulling object problem
#3
(19-05-2021, 08:05 PM)cruzjunior Wrote: Managed to make a work around. 

Through some testing the problem seems to be the rigidbody component on the object I am trying to attach the hook too. Destroying the rigidbody and making the hook the parent of the object when you want the hook to attach to it seems to work, and when you want to detach it you can just add a new rigidbody component to the object and make the parent of the object null.

Glad you found it Sonrisa. Note that making the object kinematic would work too, no need to remove the entire rigidbody component.
Reply


Messages In This Thread
Pulling object problem - by cruzjunior - 19-05-2021, 06:50 PM
RE: Pulling object problem - by cruzjunior - 19-05-2021, 08:05 PM
RE: Pulling object problem - by josemendez - 20-05-2021, 08:08 AM