Option for how to apply a force using Rigidbody.AddForce.
Add a newton-like force to the rigidbody, using its mass.
Change the rigidbody's velocity, ignoring its mass.
Add a newton-like force to the rigidbody, ignoring its mass.
Change the rigidbody's velocity, using its mass.