Hi !
is it possible to order children of a Vertical (and horizontal) group by value. For example the children have a Text component with an int, and I could call a function for ordering the group.
Thanks !
Hi !
is it possible to order children of a Vertical (and horizontal) group by value. For example the children have a Text component with an int, and I could call a function for ordering the group.
Thanks !
You can SetSiblingIndex(myValue) on the RectTransform of your group members.
Ok! I’ll have a look at this function, thanks