Any way to make a mobile player look where there finger is without the thumbstick movement interfering?

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

1 Like

I actually figured it out, crazy how no one knows how to detect multiple touches independently of each other

How did you do it?

charlimitcharlimit

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

@noril9

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.