I dropped a panel on the scene, plus a couple labels, text boxes, and buttons on it.
Since the panel doesn't have a Sprite property I decided to add a Sprite to it so I could have a background.
The problem is, is if I move the panel, the Sprite does not move with it.
The Anchoring of the Sprite appears to be on the Camera and not the Panel it's a child of even though the Target says my panel.
What am I doing wrong and is there a better way to do what I want?