Unity (two) sample project (1): FPS game-understanding the basic tools

This article partially refers to the introduction of Unity Hub tools on the website http://c.biancheng.net/view/2664.html . To learn more, you can go to it yourself Or check Help->Unity User Manual in the menu bar.

1. License expired activation

The license expired when I opened the Unity Hub today, and the license for the personal version is only valid for about one week. Activate it again, as follows: There is a prompt to activate in the navigation bar at the top of Unity Hub, just click to activate.
Insert picture description here

2. Download and open the Unity sample project FPS

Click Learning -> Download FPS Project -> Open Project in the side menu bar of Unity Hub. As follows: The
Insert picture description hereopened UI is as follows, and the tutorial steps are on the right. Follow along to learn more about the basic operations of the Unity project.
Insert picture description here

3. Know the basic tools

First look at the first row of tools under the upper navigation bar, as shown in the figure:

Insert picture description here

3.1 Hand tool

Insert picture description here
The shortcut key is to click the wheel of the mouse.
The first one to introduce is the hand tool in the picture. The hand tool is very common, and it is found in photoshop. Its function is to move the entire scene in order to find a suitable development perspective. You can see the operation demonstration in the following figure: (Mouse scrolling wheel can zoom in and out the scene)

Insert picture description here
Alt+hand tool
alt+hand tool can achieve the effect of freely moving perspective, as shown below:
Insert picture description here

3.2 Mobile tools

Insert picture description here
The shortcut key is W.
The function of the moving tool is to move parts, as shown below:

Insert picture description here

3.3 Rotating tool

Insert picture description here
The shortcut key is E.

The function of the rotation tool is to flip the object, as shown in the following figure:
Insert picture description here

3.4 Zoom tool

Insert picture description here
The shortcut key is R.
As the name suggests, this tool can scale objects from the x, y, and z axes. As shown below:
Insert picture description here

3.5 Rectangle tool

Insert picture description here
The shortcut key is T.
Create a rectangular selection. As shown:
Insert picture description here

3.6 Multi-directional moving tool (combination of moving tool and rotating tool)

Insert picture description here

The new version of Unity Hub has added this tool, which is a combination of a mobile tool and a rotation tool. Use it to change the position and rotation direction of the object at the same time. As shown below:
Insert picture description here

Basic button

As shown in the table:
Insert picture description here

the above.

Guess you like

Origin blog.csdn.net/liangzixx/article/details/109063341