hello I’m in big trouble, My car does not slip when walking the up button, I have not found the answer anywhere, I think if you can get the q UP key to the character of the movement may resolve but also do not know that.
my code:
if (Input.touchCount > i && Input.GetTouch(0).deltaPosition.y> 0 && Input.GetAxis("Vertical") ) {
FrontWheel.motorTorque = 500;
i = 1;
print (vertical);
}
it comes to recognize the touch but doesnt move…