public void Update()
 {
     if (!fix && gazedAt && InputControl.GetButtonDown(Controls.buttons.fire1))
     {
         //Debug.LogError("Selecting: " + this.gameObject);
         handler.OnObjectSelected(this.gameObject);
     }
 }