Unity installation and creation of the first Unity project

1. Download from the official website Unity official download_Unity latest version_Download and install from Unity Hub | Unity China official website

You can download the corresponding unity directly, or you can download Unity Hub first and download it from the Hub.

The second recommendation is to download Unity Hub first.

Click on the upper right corner to download Unity Hub.

 Downloading requires an account, create an account first.

After downloading, double-click to open the file, click I agree, choose the folder you want to install, it is recommended to use English, click Install, and click Finish after installation.

 

 

2. Unity installation

Install the desired version of Unity. If it is not available in the Hub, go to the website and choose to install from the Hub. The long-term support version is recommended.

 Visual Studio is used to write code. Check the modules as needed, click Install, agree to the agreement, and wait for installation.

After installation, if you want to change the download location, you can only uninstall and re-select the location for installation.

If your version of Unity does not have the option to add modules, it is because it has not been downloaded and installed from the Hub. If you want to display this option, you also need to uninstall and reinstall from the Hub.

There may be a license here that you need to activate yourself.

3. Visual Studio

If you have already installed Unity, you can enter the Visual Studio Installer interface. If you want to add additional functional modules, click Modify.

 

You can see the installed modules on the right. After selecting the module to be added, click Modify to install it.

4. Create Unity project

  • Open Unity Hub, click Project->New Project

 

  • Click the triangle next to the editor version to select the editor version, then select the desired template, set the project name, and the project storage location. If it does not involve cooperative development, there is no need to check to enable version management, and we can create the project.

  • The page opens by default. You can click Default to change the page layout or set your own exclusive layout.

Unity layout

  • Panel introduction

 ​​​​​

Guess you like

Origin blog.csdn.net/L0218_7225/article/details/132092493