Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

My text doesn't seem properly align to top left even I already set it in Rect Transform.

enter image description here

enter image description here

Please advice. Thank you.

share|improve this question

2 Answers 2

Seem to me that you only changed the pivot point of the text, not the position. You can see the location of the text is relative to the pivot point which is X: 430, y: -223.

You need to hold shift & alt when align the text to top left to also change the position and pivot point of the text.

Alternatively, you can set your x, y, z coordinate of the text to 0, 0, 0 to move it to the pivot point.

share|improve this answer

When changing the alignment press ALT before clicking the top left corner, else you'll just set the pivot point.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.