I have tried to set the position z of UIImage to 2
and UIText to 0.
On the Game screen, It does not show UIText in front of the UIImage…
Please help me gosu!
I have tried to set the position z of UIImage to 2
and UIText to 0.
On the Game screen, It does not show UIText in front of the UIImage…
Please help me gosu!
To present text in front of each other, simple have the text on a child GO. You shouldn’t need to do any more than that for it to draw in front as it primarily uses the hierarchy order for rendering.
Just add a Button to a Canvas to see the result, which does the same thing.