Hello
I have car with move controller and i want to get the speed of it…
i use this method :
carSpeed = (2*Mathf.PI*(FrontLeftWheel.radius*100)*FrontLeftWheel.rpm/100)*60/1000;
also i use this :
carSpeed = (2*Mathf.PI*FrontLeftWheel.radius*FrontLeftWheel.rpm/100)*60/1000;
carSpeed = ???km/hour
But i think that wrong,because car Speed retch very high number or very low.
car Wheel radius is = 0.45
Multiplied by 100 to convert from meter to cm
thx very much... my mind goes very far and the solution very simple. is work very good but without *3.6 Speed=rigidbody.velocity.magnitude; thx again.
– Firasdeep2Thankyou!!!
– CelticKnight