"Reset the Transform component"

I’m currently using this tutorial

At 7:45 the narrator says to reset the transform component of a sprite I’ve added to the scene so that I can move it around. It doesn’t seem obvious how to do this. I’ve had a look around online and I can’t find the solution.

Here is a text version of the tutorial

Right-click the Transform component and a “Reset” option will appear in the context menu.

This option is just a short-hand for setting the position & rotation to (0, 0, 0), and the scale to (1, 1, 1).

1 Like