private void DoButtonTwoPressed(object sender, ControllerInteractionEventArgs e)
 {
     tooltips.ToggleTips(true, VRTK_ControllerTooltips.TooltipButtons.ButtonTwoTooltip);
     actions.ToggleHighlightButtonTwo(true, Color.yellow, 0.5f);
     actions.SetControllerOpacity(0.8f);
 }