I have canvas with what I intend to be a background added. I’m trying to place other items on top of it, but they’re always appearing behind.
I tried adding the components in sorting layers and putting th eitems I want on top on the bottom of the list (at the greatest number value in the list), and that didn’t work. I also tried reversing that in case I had it flipped, and that didn’t work either.
I’ve also tried adjusting the “Z position” in the transform to really high (and low) numbers, and still this didn’t solve my problem.
Some extra information that might help is that when I was doing this there WAS one component that was showing up on top, that was now being place behind the background like the other objects.