bool TryGetTouchPosition(out Vector2 touchPosition)
{
if (Input.touchCount > 0)
touchPosition = Input.GetTouch(0).position;