public void StartGame() { rocket.SetActive(true); titlePanel.GetComponent <Animator>().SetTrigger("TitleOut"); gameStarted = true; obstacles.StartObstacles(); instructionsPanel.SetActive(true); scoreUI.SetActive(true); }