Sets the velocity of a game object with a rigid body. To leave any axis unchanged, set variable to 'None'.
In most cases you should not modify the velocity directly, as this can result in unrealistic behaviour. See unity docs: Rigidbody.velocity.
Game Object
The game object.
X
Velocity in X axis.
Y
Velocity in Y axis.
Z
Velocity in Z axis.
Space
You can set velocity in world or local space.
Every Frame
Set the velocity every frame.