Unity 3.x Game Development by Example Beginner's Guide
上QQ阅读APP看书,第一时间看更新

Time for action – Renaming the ball

  1. In the Hierarchy panel, find the Game Object below Main Camera called Sphere.

    To rename the Sphere, you can either right-click/alternate-click on it and click on Rename, or press F2 on the keyboard if you're on a PC. Mac users can press the Return or Enter key to rename the Sphere. You can also rename a Game Object by selecting it and typing a new name into the field at the top of the Inspector panel.

  2. Rename the Game Object as Ball.

Your project can fill up fast with generically named Game Objects and other assorted things, so let's stay on top of our project by naming Game Objects as we create them.