Layer problem?

So I was following this video on how to make a character selector but when I tried to add the sprite it was added in the back of the background like this


I tried changing the “Sorting Layers” and “Order in layers” and it didnt do anything, tried to move the gameobject to be position before the “characterpanel” but nothing happen

Your sprite is lower in the heirarchy than the UI, so perhaps put it before that. Though sprite renderer’s aren’t really for UI. You would more likely be using an Image component instead.

In any case, check what you did different to the tutorial to see where you went wrong.