Time for action – shrink the Ball
The units in our 3D world are arbitrary. When you're working on your game, it may help to ascribe real-world measurements to these units. Perhaps one unit equals one foot or one meter? If you're building a real-time strategy game where the scale is much larger, maybe one unit equals one mile or one kilometer? The ball that we've just created is a little large for our purposes, so let's shrink it down:
With the Ball still selected, type
0.4
for the X, Y, and Z scale values in the Transform component of the Ball.Press Tab to move the cursor to each new field, and press Enter after typing in each field to commit the change:
The Ball should shrink down to 0.4, or 40 percent of its original size. Note that if you enter 0.4 only into one or two of the three Scale fields, you'll accidentally create a weird-looking egg or an ovoid-shaped ball. If you dig gizmos, you can also use Unity's Scale gizmo which, as we've seen, is mapped to the R key. Click and drag the grey...