Unity3d environment construction

Environment setup

This article briefly records the simple method of building Unity3D


Download Unity3D

Click the download link to download the Unity Hub for the corresponding platform. After the download is complete, install Unity Hub and then open Unity Hub. You need to log in to use it. Click the little man icon in the upper right corner to log in (loading may be slow, please be patient). There are many ways to log in. If you need to log in with WeChat, you need to click Account Login -> Email Login , and there will be a WeChat icon below. After logging in, you can apply for a license. Applying for a license is very simple, select the personal version. Then you can choose a favorite version of Unity to install. The installation process requires Internet downloading, which is very slow.


Download editor

If you already have an editor you are familiar with, you don’t need to use the two editors recommended below. No matter what editor you use, you need to configure the locale. Both
visual studio (VS)
visual studio code (VS Code) can be downloaded at the download address . Of course other editors can also be used. It should be noted that vs code is smaller than VS, but configuring the C# (Unity recommends using C# for development) environment (.NET) is more cumbersome. vs code configures .NET . VS can install .NET Framework using Visual Studio Installer .

Let unity3d automatically use a custom editor to open a script file:
first open a new project in unity3d, open the menu Edit -> Preferences , click External Tools
Preferences
on the left , and then select the editor to use in the External Script Editor on the right , or select " open by file extension " to automatically select the editor associated with your operating system by default based on the file extension.


Guess you like

Origin blog.csdn.net/weixin_45345384/article/details/120564757