Eresor

Untitled

Apr 26th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. for(int i=0;i<Input.touchCount;++i)
  2. {
  3. Debug.Log(Input.GetTouch(i).position);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment