1 00:00:00,240 --> 00:00:00,630 ‫All right. 2 00:00:00,630 --> 00:00:05,730 ‫So at this point, you finished the basics of unity. 3 00:00:05,940 --> 00:00:10,530 ‫So now you know how unity works, how the core features work, at least. 4 00:00:11,100 --> 00:00:14,910 ‫So now you just need to take this knowledge and build projects. 5 00:00:14,910 --> 00:00:18,870 ‫And that's what we're going to do in the next few chapters, because all of the stuff that you learned 6 00:00:18,870 --> 00:00:22,260 ‫so far is useless if you don't apply it to cool little game. 7 00:00:22,260 --> 00:00:28,110 ‫And that's where you're going to fully understand what all of these concepts even mean, because you 8 00:00:28,110 --> 00:00:31,290 ‫might have seen that they are very different to what we've seen so far. 9 00:00:31,320 --> 00:00:35,250 ‫It's very visual and it's a lot less actual coding. 10 00:00:35,250 --> 00:00:38,730 ‫There is a lot more doing in the user interface, which is cool. 11 00:00:38,730 --> 00:00:39,600 ‫I personally like it. 12 00:00:39,600 --> 00:00:47,400 ‫I like the mix between coding and then also being in the editor and that is a good mix in my opinion. 13 00:00:47,940 --> 00:00:54,360 ‫So now the next one will be a Pong game, so a very basic game, but at the same time it's going to 14 00:00:54,390 --> 00:01:01,020 ‫allow you to use the features that you have acquired or learned in the last chapter or in this chapter 15 00:01:01,020 --> 00:01:07,380 ‫pretty much, and reapply it and really depth in your understanding of how to use them. 16 00:01:07,380 --> 00:01:12,210 ‫And of course, with every single game that you add to that, you will learn something new that you 17 00:01:12,210 --> 00:01:15,570 ‫then can eventually use in your games. 18 00:01:15,570 --> 00:01:19,440 ‫And the thing is, it's like that with any programming. 19 00:01:20,140 --> 00:01:20,680 ‫Parts. 20 00:01:20,800 --> 00:01:22,510 ‫Any programming aspect? 21 00:01:22,960 --> 00:01:28,030 ‫You learn something new and at the beginning it might be a little difficult because it's something that 22 00:01:28,030 --> 00:01:29,470 ‫you don't fully understand. 23 00:01:29,470 --> 00:01:36,490 ‫But then once you apply it, that's where it really kicks in and it becomes second nature and becomes 24 00:01:36,490 --> 00:01:40,270 ‫your knowledge that you own you acquired. 25 00:01:41,500 --> 00:01:47,770 ‫So I'd say, let's get over to the next chapter and start making games.