Make a Game & Learn To Code - FULL TUTORIAL | Unity2023

preview_player
Показать описание

Full tutorial to build a Unity game. Learn how to write code, deal with physics, sprites, and everything else.
Рекомендации по теме
Комментарии
Автор

Be honest Jason, you looked into my brain, evaluated my thoughts and realized this tutorial was exactly what I needed!

Thanks for that ❤

antcolony
Автор

Hi. I love the tutorial. Somehow I missed it (is it in there?) but I can't find the part where you make the GameOver screen. I see the part where you copy the GameOver screen to make the Start screen, but not the original creation of GameOver.

JWallaceParker
Автор

Excellent video! Concise, to the point and helpful. I picked up a few things I didn't know. Nicely done!

MenelikiGaming
Автор

I love this kind of content. Even if i can't learn anything, it is very entertaining for me, watching other ppl make games. Love to see more of them

patrickp
Автор

Great video! It's nice to have such quality tutorial for free.

ElianeGameDev
Автор

It's the best tutorial I've seen for a year at least.

ikigai_games
Автор

Thankyou. It feel so understanding and easy

danilka
Автор

Pro-tip keep the video private to give it time to upload in 1080p or else people
will be forced into 360 until youtube buffers

I have no idea why some videos do this but its a great thing to be aware of am free to edit for you

After_Pasta
Автор

Hi Jason, I love these your videos, you single handed got me believing I could game dev, and thought me how to code. So thank you!
You showed us how to make different types of games:
- Can you show us make a UI/UX for the games we make (I.e volume manger, save manager, menu, shop, etc).
- Can you also show us how to set up ad manager to embed ads into our games.
- Finally, can you show us how to build to mobile.

If you have done videos for those, I’m sorry, please comment the link to those videos as I couldn’t find any.

Again thank you for doing all these for free and not putting half or the whole video behind a paywall.

MrEmekaChris
Автор

Even though I'm not a beginner anymore, I still like to watch these. Never know, you might learn something new!

MasterofGalaxies
Автор

I came in expecting it to be either something super simple or with a lot of scripting, but it's actually a really good baseline tutorial!
The approaches for some things like managing the game state within the bird or the scene loading strategy are not ideal, but it's enough for it to work which is what matters here.

tetryds
Автор

The large head of Jason which hides part of the code, is priceless 😁 Cool tutorial! 👍

Medal
Автор

Was this a remake of "How to Make a Game - Unity Beginner Tutorial" the Angry birds just "Newer" due to new versions of Unity?
I'm kinda diving back in to Unity after years of being away 🙂

UnchallengedGaming
Автор

Did i miss something or is there a part missing explaining about Canvas and buttons ? it jumps straight to copying game over page

Stresstest_
Автор

I would love to see the same course in UE5 or one with spaceships :)

AdjointGaming
Автор

I love the tutorial.. easy to get into unity with.

notes for beginners:

SHORT AND SIMPLE CODE CAN BECOME SHORT AND CONFUSING. he is wrong about more words meaning more confusion. you will see this the more complicated your projects become.

in addition to the above note, he makes a good point of not making a variable "public" all willy-nilly. the [SerializeField] makes it so the variable is invisible to other scripts but can be seen in the inspector. this is EXTREMELY useful if you have multiple scripts using overrides from a base class (which is not covered at all in this video).

for any absolute beginners, if he hadn't pointed out that was a Vector3, many many people would never know that.

autobr_
Автор

I was wondering if you have any advice on how you could do character customization but have some pieces stay in the same place on certain parts. For my game I have armor pieces for my character but on some they have flag poles with their team flag or something similar and im trying to figure out how i can change what model is in that spot on the armor piece. The only system that I saw that was similar was how in transformers fall of cybertron the characters can change wheels and it will stay in the same spot on each armor piece that has a wheel spot, but it changes the wheel model. If anyone has any ideas lmk.

fjkuife
Автор

In my 2D games I would always change the Z value to make the sprites appear. Would changing the order in layer be preferable or both are equivalent?

LivinReal
Автор

Just curiosity, don't you have to use the "f" sufix after a float value anymore?

IraKane
Автор

I feel u have shared the same course before? Or is it new?

PepoWarGames