What is the difference between VelocityConstraintMode = Line or Vector?

Hello
What is the difference between VelocityConstraintMode = Line or Vector for the Linear Velocity Constraint?
I was not able to understand it from the API reference

Thanks

1 Like

I think Line just means you can just go to one axis, with Plane you can go to two axis and with the Vector you can go to 3 Axis

1 Like

I create a Linear Velocity, VelocityConstraintMode = Vector, put it under a character and set the VectorVelocity to be 0,-10,0
I expect while my character falls slowly to the ground, to be able to still move it left and right in air.
(with BodyForce old mover I can)
But I cannot move it for some reason with Linear Velocity. Any idea?

1 Like