void Start() { audioManager = FindObjectOfType <AudioManager>(); if (audioManager != null) audioManager.MenuLaunched (); canvasEnd.SetActive (false); // textWinnerPlayer1.SetActive (false); // textWinnerPlayer2.SetActive (false); // textWinnerPlayer3.SetActive (false); // textWinnerPlayer4.SetActive (false); ActiveEnd (); }