WEBVTT

00:00.020 --> 00:00.470
Hello guys.

00:00.470 --> 00:01.970
Welcome to a new section.

00:01.970 --> 00:05.660
So in this one we're going to work on UI main menu I'm going to learn lots of cool stuff.

00:05.660 --> 00:09.080
But before we do that I need to update my version of unity.

00:09.350 --> 00:14.120
So I just open the Unity hub one morning and checked what new versions are there.

00:14.120 --> 00:16.520
And there is this unity six preview.

00:16.520 --> 00:21.500
It is a little bit different from what I've been using all this time, but but usually changes are not

00:21.500 --> 00:22.070
that big.

00:22.070 --> 00:27.380
They just add in some life quality features and organize an interface in somewhat more friendly way,

00:27.380 --> 00:28.070
I would say.

00:28.070 --> 00:31.730
So I'm gonna update my project to this version.

00:31.730 --> 00:36.800
And just so you know, I'm going to show you something interesting here and give me a.

00:39.590 --> 00:47.300
If you go here to archive and choose Beta Program, you'll see that over here in the archive type it

00:47.300 --> 00:53.750
was called 2023 .3030 and then 6000 zero zero.

00:53.750 --> 00:56.450
So it's basically just, you know, almost the same.

00:56.450 --> 00:58.730
But the name is different.

00:58.730 --> 00:59.300
Yeah.

00:59.300 --> 01:05.270
So I'm going to update my, uh, unity project to a newest version that I have available.

01:05.270 --> 01:09.080
But for you, I guess it's going to be no different because you're going to be using this, uh, version

01:09.080 --> 01:10.220
from the start.

01:10.430 --> 01:11.990
Let me find my project.

01:13.780 --> 01:15.310
It is over here.

01:15.340 --> 01:18.070
I'm gonna open with this one because we're going to work on UI.

01:18.100 --> 01:20.080
Some buttons may look different.

01:20.080 --> 01:26.590
Functionality basically is always the same, but sometimes they just name button differently or place

01:26.590 --> 01:27.640
it in a different spot.

01:27.640 --> 01:32.050
And it may be difficult to find for beginners, but overall they're all the same.

01:33.450 --> 01:35.910
All right, so here I got my project.

01:35.910 --> 01:39.720
Everything is the same, I guess, except a couple of buttons over here.

01:39.720 --> 01:44.850
Like when you try to create new script, for example, there is no longer C sharp script button.

01:44.850 --> 01:49.380
There is just Monobehaviour script, which basically does the same thing as before.

01:49.410 --> 01:51.630
Okay, so let me delete this.

01:51.630 --> 01:52.830
I'm going to save the project.

01:52.830 --> 01:54.540
And now let's go to the next video.

01:54.540 --> 01:57.330
We're going to work on UI and main menu.
