public void OnClickAdd() { Debug.Log("OnClickAdd"); PlayerEntry PlayerEntryClone = Instantiate(playerEntry, playerList.transform); PlayerEntryClone.EntryInit(this); playerEntryList.Add(PlayerEntryClone); PlayerEntryClone.OpenAddPopup(); }