disabled Pivot point

Hi guys.
I am suffering from not being able to change anything about pivot point.
No matter what I do, it doesn’t change its position. Can’t click on it, changing value doesn’t help.
My Unity version is up to date, created the entirely new scene, changed the project, only thing left that I can think of is uninstall and install the Unity again, which I wouldn’t really enjoy. Has anyone experienced the same problem and got to find a solution for it?

:smile: depends which Pivot you are trying to edit.
There are 2 pivot points with regards to the new UI system. There is the Sprite Pivot point which is managed in the sprite settings and there is the new RectTransform Pivot point.

Only if you are editing a new UI component (or one based on the built in components) will the RectTransform update the Pivot point in the scene using the new Rect Tool.

If you just have a sprite, then the RectTool cannot edit the pivot point because it is the sprite pivot point and not the RectTransform pivot. This must be done in the sprite import settings or in the Sprite Editor.

Hope this helps.

1 Like

Also make sure the pivot mode is not set to “center” in the toolbar. See the Basic Layout overview page: Redirecting to latest version of com.unity.ugui

4 Likes

This was why. I never realize that kind of buttons are even there.
Thank you so much guys!