using UnityEngine; using System.Collections; public class ScaleQuad : MonoBehaviour { public GameObject master; //Empty before the Quad public GameObject quad; //The Quad I want to scale Raycast hitInfo; private Vector3 offsetOld; void Update() { var