So, I'm working on a property editor style control in uGUI and am having lots of issues caused by the fact that the transform hierarchy is the draw order.
One example of this: I have a combo box which is a prefab'd control. It contains a scroll rect to hold the items which comes up when the user clicks on it.
When you open the combo box, the items in the menu after the combo box control draw over the drop down list panel because they are later in the transform hierarchy (and must be for the...
Draw order being bound to transform hierarchy issues.
One example of this: I have a combo box which is a prefab'd control. It contains a scroll rect to hold the items which comes up when the user clicks on it.
When you open the combo box, the items in the menu after the combo box control draw over the drop down list panel because they are later in the transform hierarchy (and must be for the...
Draw order being bound to transform hierarchy issues.