I am writing playmode test case. I want to simulate touch/click at certain co-ordinate on screen for example (100,100)
So far I just found following code
Input.simulateMouseWithTouches = true;
Any idea how simulate touch at a point in unity playmode test case?