hi,
I want to know what is the unit of velocity and addforce and what is the diffrent?
thanks.
hi,
I want to know what is the unit of velocity and addforce and what is the diffrent?
thanks.
Velocity is in meters per second. AddForce adds the specified meters per second, multiplied by the current frame time. It's almost like "meters/second/frame", but not quite. They aren't different, the only difference is that AddForce should (for the most part) be done over time.