When we discussed the Unity interface in Chapter 1, Getting to Know Your Environment, we skimmed over some of the Toolbar functionality, which we need to revisit so that we know how to efficiently manipulate GameObjects:
Let's break down the different tools that are available to us from the Toolbar in the preceding screenshot:
- Hand: This allows you to pan and change your position in the scene.
- Move: This lets you move objects along the x, y, and z axes by dragging their respective arrows.
- Rotate: This lets you adjust an object's rotation by turning or dragging their respective markers.
- Scale: This lets you modify an object's scale by dragging to specific axes.
- Rect Transform: This combines the move, rotate, and scale tool functionality into one package.
- Move, Rotate, and Scale: This gives you access to the position, rotation, and scale of an object all at once.
- Custom Editor Tools: This allows you to access any custom tools you&apos...