WEBVTT

00:00.000 --> 00:00.510
Hello guys.

00:00.510 --> 00:01.500
Welcome to the video.

00:01.500 --> 00:03.840
In this one we're going to do something super simple.

00:03.840 --> 00:05.640
We just need to download unity.

00:05.640 --> 00:09.810
If you don't have it yet, these are the steps you need to take to get unity on your computer.

00:09.810 --> 00:12.210
So first we go to Unity Comm.

00:12.210 --> 00:14.790
And over here you'll have to make an account.

00:14.790 --> 00:17.790
And then you'll need to find a button download.

00:17.790 --> 00:19.500
Usually it's in the middle of the screen.

00:19.500 --> 00:21.210
If it's not it's pretty easy to find.

00:21.210 --> 00:25.980
So after you click download it will send you to the page where you have to choose which kind of unit

00:25.980 --> 00:27.180
you want to download.

00:27.180 --> 00:32.520
Also, if you'll have to choose the plan for unity, you can just choose personal and that's it.

00:32.520 --> 00:33.840
You don't need anything else.

00:35.740 --> 00:38.080
So after you've got the unity.

00:39.300 --> 00:40.860
Uh, let me go back real quick.

00:40.860 --> 00:47.160
So after you click this download for windows, it will offer you to install Unity Hub, which I already

00:47.160 --> 00:48.690
have, so I'm not going to install it.

00:51.240 --> 00:55.440
Here in Unity Hub we need to install editor.

00:55.440 --> 00:59.040
So let's click this button over here Install Editor.

00:59.040 --> 01:02.790
And most of the time I recommend to work with the LTS.

01:02.790 --> 01:07.050
Difference between LTS and other version is very simple.

01:07.080 --> 01:12.510
LTS means long term support, which means they support this version for quite a while and they check

01:12.510 --> 01:16.380
for bugs they like, remove misbehaviors and so on.

01:16.380 --> 01:22.830
So basically it says like a stable version and other version is usually new, and there is new features

01:22.830 --> 01:24.690
that might have some bugs in it.

01:24.690 --> 01:31.950
If by the time you completing this course you see there 2023 LTS, then use 2023 LTS.

01:31.950 --> 01:36.540
However, I want to choose the latest version over here because I just want to experiment a bit.

01:36.540 --> 01:41.580
I want to see what it has and if there are some bugs, I'm pretty sure we can deal with them.

01:41.580 --> 01:50.010
But if by the time you learn it by this course, you see there is a 2023 LTS and 2024 not LTS, choose

01:50.010 --> 01:51.180
23 LTS.

01:51.210 --> 01:51.930
All right.

01:51.930 --> 01:53.640
So let's click install.

01:53.640 --> 01:58.800
And here we need to install Visual Studio Community which is used for programming.

01:58.800 --> 02:02.310
This is the software that we're going to use to write our scripts.

02:02.310 --> 02:04.770
Other things here are not so important.

02:04.770 --> 02:05.880
We don't need them right now.

02:05.880 --> 02:09.930
And if we need them later on, we can always install them later on.

02:09.930 --> 02:14.700
So let's just choose Microsoft Visual Studio Community and click continue.

02:15.240 --> 02:18.480
I have to agree to the license terms and click install.

02:18.480 --> 02:21.030
And now I just have to wait for it to finish.

02:21.030 --> 02:22.830
So I'll get back to you when it's done.

02:24.170 --> 02:29.330
Now over here, I have this window with a Visual Studio installer and we need to install it as well.

02:29.360 --> 02:30.740
Let's click continue.

02:30.740 --> 02:32.930
It will take some time, but not that much.

02:33.410 --> 02:37.670
Over here again we have lots of things that you might need in the future.

02:37.670 --> 02:39.380
But now we don't need them.

02:39.380 --> 02:42.530
As of now we only need this game development with unity.

02:42.560 --> 02:44.390
This is the most important for us.

02:44.480 --> 02:50.300
And again I want to say that if in the future you need something from this list, you can always update

02:50.300 --> 02:51.050
the Visual Studio.

02:51.050 --> 02:53.510
So it's not that bad if you make a mistake here.

02:53.510 --> 02:54.080
All right.

02:54.080 --> 02:58.970
So here just make sure you uncheck GitHub Copilot and these things can be checked.

02:58.970 --> 03:00.620
And let's click install.

03:00.620 --> 03:04.040
Well downloading and then install.

03:07.000 --> 03:08.590
While it is working its magic.

03:08.590 --> 03:13.900
We can go back to Unity Hub and make a project that we're going to use for this course.

03:13.930 --> 03:15.640
Let's just go to projects.

03:15.640 --> 03:18.370
Then we need to click New Project over here.

03:18.370 --> 03:21.970
And here we can choose editor version at the top.

03:21.970 --> 03:24.790
Again I'm going to choose the latest one because I want to see the changes.

03:24.790 --> 03:27.850
And this is my first project in 2023.

03:27.850 --> 03:29.170
Let's click it.

03:29.290 --> 03:35.530
Then we're going to just choose 2D core built in because we're going to make a simple 2D game.

03:35.530 --> 03:37.060
We don't need any templates here.

03:37.060 --> 03:38.650
It is very simple to manage.

03:39.160 --> 03:45.250
And then over here all the way down, we have connected to Unity Cloud and use Unity Version Control.

03:45.250 --> 03:48.130
I'm going to uncheck both of them because we don't need them really.

03:48.130 --> 03:54.100
And for the project name I'm going to give it Udemy Course Platformer.

03:54.100 --> 03:58.420
And this is actually full rework of the course I have on the platformer.

03:58.420 --> 04:00.070
So I'm going to mark it as new.

04:00.070 --> 04:02.770
So I know the difference between the old one and the new one.

04:02.860 --> 04:07.840
Then we need to choose location, and I'm going to choose Unity Project courses where I have all of

04:07.840 --> 04:09.550
my courses together.

04:09.550 --> 04:09.940
Okay.

04:09.940 --> 04:13.180
And you can choose folder that is more suitable for you.

04:13.180 --> 04:17.080
Then we're going to click Create Project and it will take some time.

04:17.080 --> 04:18.250
So we'll have to wait.

04:18.250 --> 04:20.320
And this installation will take some time as well.

04:20.320 --> 04:21.460
So let's wait for it.

04:22.710 --> 04:26.880
All right, so I've got Visual Studio installed and open, and for now, I can just close it.

04:26.880 --> 04:27.420
I don't need it.

04:27.420 --> 04:28.140
For now.

04:28.140 --> 04:31.920
Let's go back to unity or it's still making a project.

04:31.920 --> 04:32.160
Okay.

04:32.160 --> 04:32.850
Let's wait.

04:38.820 --> 04:39.570
All right.

04:39.570 --> 04:43.710
Here is my, uh, unity itself with a new project.

04:43.710 --> 04:50.550
If yours looks different, you just need to go to window over here, find layouts and choose two by

04:50.550 --> 04:51.030
three.

04:51.030 --> 04:53.910
So it's going to have, uh, very similar layout.

04:53.910 --> 04:57.240
And then we need to take project and drag it over here.

04:57.240 --> 04:59.850
And we're just going to keep it like that for now.

04:59.850 --> 05:06.240
Also one important step is to uh, sort of connect Visual Studio to the unity.

05:06.240 --> 05:11.220
Usually it is done by default, but sometimes it happens that it will not be connected by default.

05:11.220 --> 05:17.850
So we just have to go to Edit Preferences and double check that you can find button external tools.

05:17.850 --> 05:20.460
And over here you need to choose editor that you want to use.

05:20.460 --> 05:23.280
In our case it's going to be Visual Studio 2022.

05:23.430 --> 05:27.210
And maybe if you're using Mac then you can choose Visual Studio Code.

05:27.210 --> 05:30.690
And then we're going to just click Regenerate Project Files just in case.

05:30.690 --> 05:32.400
Then close it and we're done.

05:32.400 --> 05:36.150
We have our project ready and that's it for this video.

05:36.150 --> 05:39.390
So let's just wrap it up and let's go to the next video.
