// Use this for initialization void Start() { planeControl = GameObject.Find("Plane").GetComponent <MyPlaneControl>(); }
// Use this for initialization void Start() { planeControl = GameObject.Find("Plane").GetComponent<MyPlaneControl>(); }