Hi all,
I start new racing game for iphone.
i want to convert keyboard control to touch control. like this
how to convert into button on touch
steeringInput = Input.GetAxis(“Horizontal”);
motorInput = Input.GetAxis(“Vertical”);
I newbie in c#, but i know some basic programming.
Thanks in advance