Unity: Rigidbody moves on a moving Rigidbody
I am making a game in Unity where one player can drive a truck and another player can move inside that truck. When the player enters the back of the truck I parent him to the truck so he moves with the driving truck. But as both are rigid bodies this gives me a bunch of problems as the player does not properly move with the truck (he drags across the floor, sinks, etc.).