i don't want to make the image transparent but to make the text to be on the image. now the black image is blocking the text.
The canvas is set to screen space overlay.
CodePudding user response:
(Assuming the text colour is different from the image colour as @alfix suggested) if changing the Z position of the canvas elements doesn't change their render order, reordering them in the hierarchy should. Objects lower in the hierarchy should render on top of items prior to them in the hierarchy.