- Home /
RectTransform Pivot Point in the new UI?
Hi all,
I've just started using the new UI system in Unity 4.6.1f1 and I have been watching this unity tutorial get the basics. In the video, at about 6:30, Adam shows the pivot point of a Rect Transform, and moves it around. However I can't seem to see such a pivot point in my Unity.
While I can set the position of the pivot using the normalized fields in the inspector, I would have loved to have access to the scene control/gizmo. Is this feature released? Do I have to "turn it on"? What am I missing?
Any help would be greatly appreciated.
Answer by Mmmpies · Jan 17, 2015 at 11:03 AM
You need to have the Rect transform tool selected and also have the toggle just to the left of it set to pivot not center.
Ahh Thank you! I was missing the center/pivot button. I knew it must have been something obvious.
Your answer
Follow this Question
Related Questions
Setting values of a Transform childed to a RectTransform giving unexpected results. 1 Answer
Change RectTransform pivot without changing position 0 Answers
Place UI element on pointer up position. 1 Answer
4.6.1 GUI. Get Pos Y property from script? 1 Answer
Good way to scale 3D GameObjects in a Canvas (Screen Space - Camera)? 1 Answer