I have a function that creates a bunch of text object.
here is a part of it, to give an idea:
I run a loop that executes that function a bunch of times creating a list.
I then set some UI elements to the top of that layer so that the text will scroll underneath it.
here's a screen of that part:
However setting the UI elements to the top of the layer is not working. the text elements are always above in the z order.
I'm specifically trying to avoid putting the UI elements on a layer above.
thanks in advance