I have a heirarchy with a UIWidget at the root, a number of children UITextures, UISprites, UIWidgets, and UIScrollView/UIPanel under it.
I'm finding the 'Alpha' slider of the Widget and Panel to operate with some inconsistency. Some times all objects under the root can be faded, other times some elements (particularly the children under the UIScrollView/Panel) remain visible.
Same with the 'Soft Clipping' of the UIScrollView/UIPanel, I'm having trouble getting the children (UIWidgets w/ children UITextures) to clip.
How can I solve this? Is the setup wrong?