How i cant print the velocity in my car by console??
in your update function, assuming your car object is called car, and has a rigidbody attached to it
Debug.Log(car.velocity);
How i cant print the velocity in my car by console??
in your update function, assuming your car object is called car, and has a rigidbody attached to it
Debug.Log(car.velocity);