Hai
Does anyone have any issues with speed of touch input performance? I’m using script that detects start and end touch, and the difference between the two determines the direction of the swipe. The swipe direction determines the direction of the player character’s movement that is done with iTween.
My issue is that the performance of this seems rather sluggish… like a small time delay before the player actually moves. It’s imperative that this delay doesn’t exist as it inhibits on gameplay.
Has anyone else had similar issues with Input (touch)?