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