private void ShowBattleLoadingMenu() { matchSearchCanvas.SetActive(true); battleLoadingMenu.SetActive(true); overlayCanvas.SetActive(false); gameViewsRoot.SetActive(false); lobbySoundsManager.PlayStart(); }