How i cant print the velocity in my car by console??
1 Answer
1in your update function, assuming your car object is called car, and has a rigidbody attached to it
Debug.Log(car.velocity);
Thanks, but I solved it. In the end, I just changed the whole rotation using Quaternion.Euler
– Long2904
Sorry this is a bit late, i've been busy with school but if you still need help can you describe what kind of rotation you want to occur.
– Anonymous620