i have project 2D game side scroll for android mobile, firstly im using WASD button to move the character because the main gameplay is to avoid every enemy until finish, and yeah everything is good so far.
then i starting to change my WASD to mobilsinglestickcontrol from standard assets. so far so good on setting prefabs and script until i found something weird joystick response when i starting test it. detail is:
when using WASD button, my char move directly to whatever button i pressed (fast response).
but using joystick, my char has delay or late to move to direction where i drag the joystick.
lets say he move to left then directly i change move to right. but my char do is:
he move to left smoothly to top speed or myCharSpeed; then do brake speed until 0 then move to right smoothly to top speed again. like he float on moon or galaxy or whatever low gravity something like that.
i dont need that smooth transition for my style gameplay project, fast response needed because enemy move fast to, to giving challenger. when joystick responsive to slow to evade transition, even pro game tester never move more than 2 meter or less.
please, can anyone give me clue how to fix that. thx b4