Rich Text Block - images missing in packaged build!!

image

Everywhere i use RTBs to put images in the UI seem to be missing from the packaged build. I have checked and forced the decorator files and the textures to be included in the packaged build, and the image assets themselves are certainly in at other places on screen. What is missing? I can’t be the only one to have found this problem, after all.

I have tested it with the option to “include all content in cooked package” checked, which bloated the game, but it did not work. So it rules out packaging issues, still.

Bumping, having just encountered this same issue. It really seems like a packaging problem, since it only occurs in the packaged game.

Have you tried setting the height and width of the image through the markup like this?

I faced the same issue with a packaged build and had to fill in the size manually. Alternatively, it worked fine in the editor or standalone builds