public void OnMouseover() { if (!IsEmpty()) { itemTooltip.gameObject.SetActive(true); itemTooltip.SetTooltip(item); } }