hey guys, i wonder how can i solve this problem, i have some images in canvas, and i want the 1st Image show first over other image, how can i do it? because in one canvas what behind will be show behind
2 Answers
2Drag Your red color’s gameobject below the Green color’s gameobject
Hierarchy should be like
Canvas:-
- Green
- Red
You can add “Canvas” component to the red one and choose “Override Sorting”, then you can see “Sorting Layer” and “Order in Layer” in this component and can modify them as you want.

i know that, but i want Red show first without change position in Hierarchy :D
– Tu-Leyes i think use Parent is good idea, or create EmptyObject and use SpriteRenderer
– Tu-LeDone. :) Thank you !
– Garazbolg