// Update is called once per frame void Update() { if (isTouch) { if (Input.GetKeyDown(KeyCode.R)) { string team = colliderId.myTeam; Caught(team, score); colliderId.PopupOn(popupText); colliderId.SetLastClue(popupText); } } }