When player has grabbed the cart, and attempts to move in any direction, only the rigidbody of the player will move due to the forces being applied on it. This has to do with the new physics movement system we've applied on the player. Now we have to switch the cart over to the same movement system.
When player has grabbed the cart, and attempts to move in any direction, only the rigidbody of the player will move due to the forces being applied on it. This has to do with the new physics movement system we've applied on the player. Now we have to switch the cart over to the same movement system.