I have a function named Drop which drops items. I added some force for dropping item, but it causes visible stuttering when item is falling down.
I have nothing else that could cause stuttering. Here is the line of code that causes stuttering.
_itemRigidBody.AddForce(throwingVelocity, ForceMode.Impulse);