public void InventoryUISetting(List <Item> itemList) { InventoryPopup inventory = InventoryPop.GetComponent <InventoryPopup>(); inventory.Setting(itemList); }