I have a big problem using touch ID.
I'm doing a player movement using two directional pad.
Here the screen of the code: imgur.com/a/XRxOFf8
And I have two Variables:
touchLeftID = Touch.TouchID
touchRightID = Touch.TouchID
But the problem is when I open the game on iPhone (not all iPhone) the two variables has big number like on the photo: imgur.com/a/3gngwtL
But sometimes this variables has a negative number like -1519489 and the two pad doesn't work.
This happens only on iOS.
I am trying to resolve in different ways but I have the same problem