I need to write a text with some images, the problem occurs when I change the resolution, the text is overlapped by the sprites images.
Is possible the text detect sprite border and make a line feed?.
or how is the correct way of do this?.
I tried to create various TMP components, but when I change the resolution they changes font size individually and make the text looks weird/incorrectly, also of some problems with the screen distribution I preffer use just one TMP component for the screen.
No. One object with a text component and a second object with an image component. Make the image object a child of the text object and then set the anchors of the image object so that is remains at the same relative position to the text object regardless of resolution.