I know how to use events on the new uGui to handle certain methods, but how do I go around changing the source image on let’s say pointer enter or exit(basically setting hover and click sprites for my buttons)
In the button component there is a field called Transition. If you set it to SpriteSwap you will be able to add additional sprites for Highlighted, Pressed and Disabled states.