I am making the switch to CanvasGroups since I recently found out about them (they are an easy way to change an entire gui to a certain transparency all at once), but I noticed that they change the behavior of elements like ImageButtons. As shown in this gif, the mouse causes the ImageButtons to switch between the Image and the HoverImage, as they are currently parented to a Frame:
Now, when parented to a CanvasGroup, this is what happens to those same ImageButtons:
Can someone tell me what I am doing wrong, or fix this issue please? Thanks for your time.
Expected behavior
ImageButton should switch between image and hoverimage when mouse is over the button when the decsendant of a CanvasGroup