Speed - Physics

Hello Unity Community

I want to know what speed a ridgidbody travels with. How can i do that? I have been looking at the ridgidbody script reference for a while, but it doesn’t seem to me, that there is a variable like that, or am i wrong?

Best Regards
Qvist

rigidbody.velocity (or rigidbody.velocity.magnitude, depending on what you actually want).

–Eric

Thanks Eric
Magnitude solved my problem:smile: