so I still dont understand why my background continues to blocked a game object and have it put behind everything else, this single game object that I wanted to use as the character selection game object isnt showing when I have the background up but every other game object like the buttons, name bars, and sliders are showing like normal. can anyone help me?
I’m still new to Unity, but if I understand correctly, when you display your Background, the other items (Selected Character) disappear. I would try playing around with layers or removing the Background from the Canvas so that it’s on the same level as the Main Camera. Alternatively, you could create a Mask.
I hope this helps, and good luck!