WEBVTT

00:00.050 --> 00:00.530
Hello guys.

00:00.530 --> 00:01.430
Welcome to the video.

00:01.430 --> 00:04.370
So finally we are done with the development of the character.

00:04.370 --> 00:06.080
We only have to do a bit of a cleanup.

00:06.080 --> 00:10.220
And then I'm going to give this project to you so you can use it as your own if you want to.

00:10.250 --> 00:14.360
Maybe something is not working in your project, and you can just download this one and compare it to

00:14.360 --> 00:14.870
yours.

00:14.870 --> 00:18.530
Or maybe you just want to start from here so you can again get the project.

00:18.650 --> 00:20.240
Let's go to the player script.

00:21.340 --> 00:23.260
We don't have much to do, actually.

00:23.410 --> 00:27.610
We just need to clean this up a bit, remove extra spaces, maybe.

00:27.610 --> 00:28.720
And.

00:29.520 --> 00:31.110
Over here we have debug lines.

00:31.110 --> 00:32.280
I forgot to remove them.

00:32.280 --> 00:34.200
So let's remove this debug line.

00:34.200 --> 00:35.520
We don't need it anymore.

00:36.090 --> 00:37.200
Just like that.

00:37.470 --> 00:41.130
Also we need to go and remove debug line over here.

00:41.770 --> 00:42.700
Very well.

00:44.000 --> 00:48.560
Now, I want to remind you that we did a bug fix in these two methods.

00:48.560 --> 00:51.860
And actually, it's supposed to look like this.

00:53.360 --> 00:55.040
Stop all coroutines.

00:55.040 --> 00:59.930
If you forgot what it does, you can go back to the wall jump video and in the end of that video, I'm

00:59.930 --> 01:03.230
explaining why we need this over here.

01:03.230 --> 01:05.180
All right, so this is good.

01:05.180 --> 01:09.260
Now let's make a region for these methods over here.

01:09.260 --> 01:11.780
We can close this like this.

01:11.780 --> 01:14.600
And then we can type hashtag region.

01:15.580 --> 01:19.300
Um, buffer and coyote jump.

01:19.300 --> 01:22.150
And then over here we can type and region.

01:22.150 --> 01:26.680
And this will allow us to snap it like that so we don't see it anymore.

01:26.680 --> 01:27.610
Even though it's there.

01:27.610 --> 01:28.210
It's working.

01:28.210 --> 01:30.910
It's just doesn't take any space.

01:31.240 --> 01:35.650
Now next step would be to take this handle wall slide.

01:35.650 --> 01:38.500
And I want to move it down to the wall functionality.

01:38.500 --> 01:40.510
So I'm going to cut it out.

01:40.510 --> 01:42.310
Then I'm going to go down.

01:43.330 --> 01:47.560
I'll be here to the wall jump routine and I'm going to paste this in here.

01:47.590 --> 01:47.830
Okay.

01:47.830 --> 01:50.170
So it's together with the wall jump and wall jump routine.

01:50.590 --> 01:51.850
Let's close this.

01:52.950 --> 01:54.540
We can close this as well.

01:54.540 --> 02:00.810
Now I want to take the knock back routine and I want to bring it back to the knock back method over

02:00.810 --> 02:01.290
here.

02:01.290 --> 02:02.370
So it's together.

02:03.560 --> 02:04.160
All right.

02:04.160 --> 02:05.030
Very well.

02:05.870 --> 02:09.740
Let's maybe do it like so and snap it like so.

02:09.740 --> 02:13.430
And that's probably all what we need to do.

02:13.430 --> 02:15.380
Everything is cleaned and organized.

02:15.380 --> 02:17.180
We did a very good job, you and me.

02:17.180 --> 02:20.330
You can be proud of yourself and I can be proud of myself as well.

02:20.330 --> 02:21.950
We don't need to do anything else here.

02:21.950 --> 02:24.020
This is pretty clean and well organized.

02:24.020 --> 02:25.100
I love it so much.

02:25.100 --> 02:30.290
Now I'm going to wrap this project into archive and give it to you, and I'll see you in the next video.
