Looking to make my mobile players be able to move with the joystick whilst looking in the direction that their finger is moving without the thumbstick interfering, anyway to achieve this?
Cause I know if you get the mouse position it’ll count even if your moving the thumbstick too
I tracked the touches and held them in a table and used the input as a key in that table, and with a combination of TouchStarted, TouchEnded and TouchMoved, I achieved it