Yes, either put it in the FixedUpdate(),
OR
only multiply with Time.deltaTime **where you are actually changing your object's position/rotation/scale**. In your case, remove it from the upper parts and leave it in the last 2 lines.
↧