- Home /
How can I put an UI object in front of everything?
I'd like to pick an UI object and bring it on the front. In front of everything in the same Canvas. There are many panels and multiple children are under each panel. The UI object that I pick is one of the children. ....Hierarchy looks like this....
Canvas
Scroll View
panel_a
child1
child2
panel_b
child3
child4
panel_c
...
SetAsLastSibling() does not work. Can I do that? Please help.
Comment