// Use this for initialization public void NextTurn() { GalaxyManager gm = GameObject.Find("Camera").GetComponent <GalaxyManager>(); gm.GoToNextTurn(); }