예제 #1
0
 // Use this for initialization
 void Start()
 {
     unitManager = GameObject.FindGameObjectWithTag("PlayerUnitManager").GetComponent<UnitManager> ();
     cameraControl = GameObject.Find("CameraManager").GetComponent<CameraControl>();
     movePlane = unitManager.GetComponentInChildren<MovePlaneOverlay>();
 }