I can't move, rotate, scale GameObject in Unit

2019-09-17 20:38发布

I can't move, rotate or scale Objects. Why is this?

Note: I am using Unity 4.

enter image description here

标签: unity3d
1条回答
We Are One
2楼-- · 2019-09-17 21:03

From the Screenshot you posted, you are clearly in Pan Mod:

enter image description here

You need to be in Move Mode to move Objects, Rotate Mode to rotate objects, Scale Mode to scale Objects and RectTransform Mode to modify Canvas and UI Object RectTransform.

Move Mode:

enter image description here

Rotate Mode:

enter image description here

Scale Mode:

enter image description here

RectTransform Scale Mode:

enter image description here


I also noticed that you only have the Game View. You should have both Game and Scene views. You need to be in the Scene View in order to move,rotate or scale an Object.

Reset your layout then you will have Scene View. You can use the image below to see how to do that.

You can find more about this here.

查看更多
登录 后发表回答