I have a first-person controller that can carry rigidbodies in front of the camera. The rigidbody pushes other rigidbodies when hitting them. This allows the player to move very heavy rigidbodies too easily. How can I prevent this?
The rigidbody-carrying code I’m using can be found on the bottom of the first page of this topic, it’s made by username85.