I have parented ethans hand to an object, a spray can. It seems to make ethan crouch and then slide. The object is picked up when ethan collides with it
parenting code
other.gameObject.transform.parent = hand.transform;
other.transform.position = hand.transform.position;
↧