Transform
Last updated
Last updated
This sets the local position, rotation, and scale back to default values. This is helpful when setting up and reparenting objects to avoid unwanted hierarchy offsets.
Use the keyboard shortcut Control + Shift + T to reset the transform of all selected objects.
Global Transform Mode
If the Tool Handle mode in Unity is set to Global, then Reset Transform applies using the world coordinates 0,0,0. Otherwise the reset is performed in local coordinates.
This provides a fast way to copy the position, rotation, and scale of one object and apply it to another object or multiple objects.
Use the keyboard shortcut Control + Shift + I (letter i) to copy the transform of 1 selected game object.
Use the keyboard shortcut Control + Shift + O (letter o) to paste the transform on the selected objects. A transform must be copied first to paste.
This is a variation on pasting which applies the copied position and rotation, but resets the local scale to 1,1,1.
This pastes only the copied position, without affecting rotation or scale.