Hye everyone,
I have two questions about event triggers.
I have a “UIInventoryItem” script that is supposed to have functions that are returned by the event trigger. But they don’t appear in the list. Do you know why?
public void OnEndDrag(PointerEventData eventData)
{
OnItemEndDrag?.Invoke(this);
}
My second question would be if the event trigger is still useful with the new input system?
Good evening,