Hi,
Actually, the stuff involving the Rigidbody2D object should be used in FixedUpdate, not Update. For simplicity, we use the Update function. For velocity, there should not be any noticeable difference. The Rigidbody2D component does the maths for us and takes the framerate into consideration.
Is this what you wanted to know?
See also:
- Forum User Guides : How to mark a topic as solved