I'v been told that making widget a child of widget is bad, Is it true ? If so, why ?
And is it ok to have widgets in my hierarchy while they are not on top of each other ?
I mean :
root
-panel
--widget
---panel
----widget
The thing is, i want to use the Anchor widget ( Not the UIAnchor ) and it seems like i have to have some generic widget ( UIWidget ) on the op of some other widgets to make it work .
Anchor doesn't work well if i use the "UIPanel + AlphaClip" for it, it will make an Anchor but wont take anything with it...