Hi,
I have a button which is contained in a parent widget that changes color on hover.
I've set the depth of the button to greater than the parent widget so clicks register, but this breaks the parent's OnHover color changing when the cursor's within the button's bounds.
Is there a simple way around this? The easiest way I've found was to set the parent as the button's tween target with matching colors, but this prevents me from color tweening on the actual button.
Thanks!