Rotation problems

I am using Unity 2020.3.
My problem is that once I rotate an object in the scene view, and then try to move/rotate it. the arrows /circles from the tool are now according to the new rotation of my object, and no longer according to the axis.
while in the course it looks like they stay on the axis.
can I please get a solution?

Thank you very much!

1 Like

It sounds like you are experiencing what is called “local axis mode” in Unity. When you rotate an object in the scene view, its local axis changes to match the new orientation. This can make it difficult to manipulate the object using the Unity Editor’s transform tools.

To switch back to “global axis mode”, where the axes are always aligned with the world coordinates, you can follow these steps:

Select the object you want to manipulate.

Click on the “Local/Global” button in the top left corner of the Unity Editor (it looks like a cube with an arrow pointing out of it).

The button will change to show either “Global” or “Local” depending on which mode you are currently in. Click it until it shows “Global” to switch to global axis mode.

You should now be able to manipulate the object using the transform tools in the same way you saw in the course.

Does this help?

Thank you!
this is exactly what I needed
plus I’m grateful for the fast answer time.

1 Like

Great, I’m happy that I was able to help you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms