I have some GUI text setup in the top left of my camera view but I want to have a sprite behind the text so that its always easy to read. Is there an easy way to anchor a sprite to a line of text? I’ve tried using rect transform and i’m not very good with it, even if I manage to anchor it right if I test my scene either through my TV or on another platform the text no longer lines up in the correct place.
You can just use an Image, if you are putting in the ui.
Yeah I do have an image, but the problem is that it looks good when in the editor, and even if I render the scene and play it, but if I transfer the scene to another device such as another PC or output to my TV the image is no longer anchored correctly, its slightly offset.