Hello, i try to find a way to align my UI text, by shifting some sentences right (as for a list) without manually placing spaces.
How could i do this ? " " only works for one line but i want that all the sentence go right.
Thanks
set the test alignment to “Right Justify” then all text will line up to the right edge of parent Rect Transform.
if you aren’t using it… use TextMeshPro, for your text needs.
Example:
"
Helloo"
"
It’s me"
If line is very long, calculate the length of each line, and add programmatically