using UnityEngine; using System.Collections; public class Test : MonoBehaviour { private Vector3 screenPoint; private Vector3 offset; // Update is called once per frame void Update () { for (int i = 0; i < Input.touchCount; ++i) { if (Input.GetTouch(