Buttons in front of an image

Hi,I am new to Unity UI so i have a question.I want to make an main menu.I want to place an image in the backround i place the buttons in front of the image,so everytime the buttons are behind the image.What should I do?

In the hierarchy you can drag objects above/below each other in 4.6. If the Image/Buttons are next to each other this will work.

If they have different parents you can try adding a Canvas and overriding the draw order.

2 Likes