How to Transform Game Objects in Unity

Notes:

How to Transform Game Objects in Unity:


Transforming game objects:
Transforming game objects means changing the position, rotation or scale of the game objects. Translation, Rotation & Scale altogether is called transformation.

For transforming game objects; we use transformation tools present in the toolbar:
Translate Tool (W):
Used to change the position of one or more selected game object(s)
Rotate Tool (E):
Used to change the rotation of one or more selected game object(s)
Scale Tool (R):
Used to change the scale (size) of one or more selected game object(s)

Note:
To transform a selected game object; we can also use the "Transform component" attached to it. Transform component stores the position, rotation & scale of a game object.