ET Framework-02 ET Framework-Development Environment Construction

learning target:

ET Framework - Development Environment Construction


Learning Content:

  1. Installation of .Net Core 6.0
  2. Installation of Visual Studio 2022 version
  3. Installation of database MongoDB 4.x and above
  4. Robo 3T Database Visualization Software
  5. Pulling of ET framework Github project
  6. Unity project opening

study-time:

2022.2.19

Learning output:

1. Installation of .Net Core 6.0

Official download link
insert image description here
We download the sdk
insert image description here
insert image description here
and then we enter the console to check if our installation is successful
Press and hold Win+R to enter cmd, then enter the console
insert image description here
Enter the following command, if the version is 6.0 or above, the installation is successful
insert image description here

2. Installation and configuration of Visual Studio 2022 version

Official download link
insert image description here
Click to download, we must select the following packages
insert image description here
insert image description here
These three items must be checked
and then installed.

After the installation is complete, open VS2022, open Tools - Options, you
insert image description here
need to change the "Prohibit Complete Build Project" in Miscellaneous to False in "Tools - Options - Tools for Unity - General"
insert image description here

3. Installation of database MongoDB 4.x and above

Official download link
insert image description here
Select the corresponding version The
insert image description here
database is not recommended to put the C drive
insert image description here

Remember to check this option here, otherwise it will be stuck for a long time.
insert image description here
Then we enter the system environment variable, add the bin directory of the database to the path,
insert image description here
insert image description here
copy the path , and
insert image description here
insert image description here
insert image description here
enter mongo in the console to display the version information, which means the configuration is complete.
insert image description here

4. Robo 3T database visualization software

Official download link
insert image description here
insert image description here

5. Pull the ET framework Github project

Github project link
This ET is a Git repository created by the UWA school teacher binary. It is kept in sync with ET and has several commercial-grade UI components
. We clone our project in SourceTree and
insert image description here
we can see that the author will update it many times. That's why we use Clone to learn, because then we can pull and get the latest version at any time.
insert image description here
We can find our local repository, open the Unity folder,
insert image description here
and find that this is our familiar Unity project.
insert image description here

6. Open the Unity project

We first click to open the project in UnityHub
insert image description here
and then find the folder corresponding to Unity and
insert image description here
click to select Unity above Unity2020.3 to open it
insert image description here

Guess you like

Origin blog.csdn.net/m0_48781656/article/details/123012935
Recommended