Is there any way to FORCE the z-index on a UI element without messing with the hierarchy?
I have a small tree of elements like this:
-
A
-
a1
-
a2
-
B
-
b1
-
b2
-
C
-
c1
-
c2
I I need to make sure that elements a2, b2 and c2 are always on top of everything else (tooltips). Because this whole thing is dynamically placed (player cursor position), I need to keep the hierarchy intact.