J's Study log

[Unity] GameObject 본문

Computer Language/Unity

[Unity] GameObject

정우섭 2019. 2. 19. 06:31

If you create an object by Create Object menu you can control it by using shortcut keys.


Q - You can move the scene by dragging mouse.

W - You can move object to the way arrow points.

E - You can turn object with dragging circles.

R - You can size the object with dragging boxes.


You can zoom in and out with mouse wheel.

You can control the angle of the View with pressing alt key and dragging your mouse.

'Computer Language > Unity' 카테고리의 다른 글

[Unity] Physics Material  (0) 2019.02.21
[Unity] Component  (0) 2019.02.19
[Unity] Camera & Light  (0) 2019.02.19
[Unity] Transform & Inspector  (0) 2019.02.19
[Unity] View  (0) 2019.02.19
Comments