I'm developing 2D game somewhat like Hill climb Racing with the bike and For jointing of Wheel I'm using Wheel Joint 2D and for movement, I'm using
rb.AddTorque(rotation * rotationSpeed * Time.fixedDeltaTime);
It's working fine but after getting speed Bike is vibrating and Wheel leaves its original joint place.
I'm following this tutorial link
