private void Awake() { LevelComplete component = GameObject.Find("InGameLevelCompleteMenu").GetComponent <LevelComplete>(); component.SetGoal(this.m_goal); component.SetChallenges(this.m_challenges); }