// show downloaded games public void ESIa_showDownloadedGames() { scrolllist.cleanList(); ButtonShowCGRMenu.SetActive(false); ButtonShowLobby.SetActive(true); CanvasLoadingPanel.SetActive(true); CanvasLobbyMenu.SetActive(false); Canvas_List.SetActive(true); StartCoroutine(ESIa_GetDownloadedGameList()); CanvasLoadingPanel.SetActive(false); }