How to Translate Game Objects in Unity

Notes:

How to Translate or Position Game Objects in Unity Scene:

Translating game objects:
Translating means changing position

Steps:
- Select the game object that you want to move
- Click on the translate tool (w) from the tool bar if not enabled, you find a translate gizmo appeared at the center of the selected game object.

Translate gizmo: click & drag
Red arrow to change the x position
Green arrow to change the y position
Blue arrow to change the z position

Blue plane to change the x and y position at a time
Red plane to change the y and z position at a time
Green plane to change the x and z position at a time