Hey guys,
I Have made three buttons, each having their own sprite attached. I have then made a hover image for each button, that I am trying to enable / disable whenever each button is being hovered over.
I have added the EventTrigger component to each button, and made each hover image a child of it’s respective button. Also been using OnPointerEnter / OnPointerExit but cannot make it work. Would greatly appreciate if somebody could point me in the right direction