Eresor

Untitled

Apr 26th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. var touches = Input.touches;
  2. for(int i=0;i<touches .Length;++i)
  3. {
  4.     Debug.Log(touches [i].position);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment