Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unity objects not rotating around pivot point

Suddenly, for some reason, objects in the unity editor started rotating around their center of gravity (at least that's what I think is going on) instead of their pivot point. I tried placing the object inside an empty object which would serve as the new pivot point, like usual, but this did not change anything. Is this some setting or some updated feature? How can I stop it?

like image 760
David Avatar asked Mar 27 '14 16:03

David


People also ask

How do I fix rotation in Unity?

If this is not possible, you can fix it in Unity by adding an extra parent transform: Create an empty GameObject using the GameObject->Create Empty menu. Position the new GameObject so that it is at the center of your mesh or whichever point you want your object to rotate around. Drag the mesh onto the empty GameObject.

How do I change the rotation of a pivot table in Unity?

To change an object's pivot point, you can create an empty child GameObject and move it to the desired pivot position. Then, you can press the Move X's pivot here button to move the parent object's pivot there. It is safe to delete the empty child object afterwards.

How do I center the pivot of an object in Unity?

Click the Pivot/Center button on the left to toggle between Pivot and Center. Pivot positions the Gizmo at the actual pivot point of a Mesh.


1 Answers

Check the pivot-setting of the editor

enter image description here

like image 118
jparimaa Avatar answered Sep 18 '22 23:09

jparimaa