► Check out Zenva's free Godot course: academy.zenva.com/product/godot-101-game-engine-foundations/? ► Get 20% off your first year (on top of any existing site-wide discounts!) with this link (first 50 people): academy.zenva.com/cart/?add-to-cart=1319205&coupon_code=brackeys202401&
@vakqdev9 ай бұрын
THE BIG BRACK IS BIG BACK!
@giosieu50559 ай бұрын
Waltuh, put your course away waltuh, I'm not making games with you right now waltuh
@ranz10409 ай бұрын
Will you make 3d tutorial also
@voidnatta9 ай бұрын
just commenting so I can go back here again in the future
@kokostyuba75869 ай бұрын
Will you put out a 3d tutorial?
@Michaelissimo9 ай бұрын
ADVICE FOR BRAND NEW DEVELOPERS: step 1. follow a few tutorials like this. step 2. think of a very simple game idea. step 3. try to make that game with the knowledge you have. step 4. when you inevitably run into a feature you don't know how to add to your game, watch a tutorial on that thing specifically. step 5. make multiple small projects using less tutorials and start to rely more on the documentation until you become more independent. step 6. you are now fluent in game development. good job!
@Rikaisan9 ай бұрын
Complimenting step 4: If you can't find a tutorial on that thing, divide it into smaller problems and look for those instead. So instead of "How to make a magic bag" you maybe can think of it as an inventory, so "how to make an inventory" and if you still can't find that, divide it into even smaller problems until you get to the basics of whatever you want to make: - How to make a UI - How to toggle a UI / a scene - How to disable inputs while in a UI - How to make draggable items - How to store data in an object - Etc, etc, etc...
@digital_down9 ай бұрын
And don’t ask chatgpt, cause the latest model only knows godot 3.5. I learned that the hard way.
@k-vandan9 ай бұрын
thanks
@zuzudev9 ай бұрын
And also have fun! Don't stress too much. In the case of game development the saying "Rome wasn't built in a day" really applies. Your game may not look the way you want it to at the moment, but by the end of next week, who knows 🤷♂
@iosgamertool87419 ай бұрын
+rep I learnt coding that way for my roblox games works 10/10 Lets see if I can do it for godot
@TheDiamondCore9 ай бұрын
ITS HERE, THE OFFICIAL RETURN OF THE KING!
@Atomz099 ай бұрын
Yes!
@johnx1409 ай бұрын
HAIL TO THE KING!!!!
@MattPin9 ай бұрын
Hell yeah, lets get this party started!
@mesopable9 ай бұрын
Dani will be back end half of 2024
@sid98geek9 ай бұрын
OUR LORD HATH WOKEN UP FROM HIS DEEP SLUMBER AND HAS GRACED US COMMON FOLKS WITH HIS DIVINE PRESENCE! THE NEWS OF HIS HITHERTO UNFORETOLD ARRIVAL LEFT US SMILING!
@GameFightLove8 ай бұрын
“Wow, I actually did it and made a game! Thank you so much for this. I am turning 50 and always dreamed of making games since I was a kid, but it always looked overwhelmingly difficult. This experience has given me more confidence to try and learn more, maybe even make my dream game. As the saying goes, ‘it’s never too late.’”.
@VortexOfKnoledge8 ай бұрын
hey, thats; great. wish you a great game creation journey ahead
@etgworld30628 ай бұрын
❤
@davecuzztech8 ай бұрын
keep going! you can make it! i believe!
@GameFightLove8 ай бұрын
@MichaelLochlann Thank you, thats a great analogy to think about going forward.
@Gorriladudes3458 ай бұрын
😃
@seankizzee86173 ай бұрын
This is the perfect video for all beginners. It just connected all the dots for me. The way he structured and organized his nodes helped me fully understand how nodes work and how to use them properly. I couldn't decide on a structure and this video has given me a great foundation. He also touched on so many good points.
@GodotEngineOfficial9 ай бұрын
Hyped to give this a proper watch!
@endermaster089 ай бұрын
Thank you for the great engine!
@sql649 ай бұрын
peititon to add this video to the menu when you open godot (for the first time maybe)
@G4MEPL4YS9 ай бұрын
Whoa, the real Godot Official channel:0 Hi!
@Volt22software9 ай бұрын
Godot official 😮
@Ind1e.Dev.L1fe9 ай бұрын
godot is the only engine i've ever been able to learn and i tried just about every game engine
@Sop_dev9 ай бұрын
The start of a new journey.
@BR7AIZEN9 ай бұрын
what are u doing here يا سحبه
@theboy66489 ай бұрын
هلا و الله يا وحش 👍💪🇹🇳🇸🇦
@AnesPro09 ай бұрын
sooooop
@AntiShadman69699 ай бұрын
هلا والله
@godot_49 ай бұрын
يسطاااا
@maximus_light9 ай бұрын
This is not just a tutorial. This is a big sign for Godot future. From now on the speed of community growth is going to be faster and faster.
@isaaciktaile11189 ай бұрын
And we can all thank Unity for it.
@azmoh45159 ай бұрын
IMO he was a big part of why was unity so successful
@maximus_light9 ай бұрын
@@azmoh4515 So it means. Now Godot going to be successful!!!!
@foldupgames9 ай бұрын
It bodes well.
@schnitzelhannes64319 ай бұрын
@@isaaciktaile1118 Yeah thanks Unity, greedy corporations continue to unalive themselves
@polyroguegames5820Күн бұрын
Amazing videos, so glad to see you back. Went through this, then did my own research to extend stuff. I noticed this morning my project looked weird, vibrating and blurring but not like my initial issue where just the knight was blurry in movement (fixed by adding physics interpolation), but EVERYTHING. If anyone is seeing this, it's the Nvidia driver update. Rolling back fixed it for me, so be ware. If anyone watching this wants some relatively easy challenges to extend this, here's what I did: 1. Add the death sound effect (easy) 2. overhaul the jumping (varying): a) made it dynamic so that letting go of the jump button earlier makes you fall quicker, i.e. just tapping the jump button makes you do a little hop rather than the full height jump b) added coyote time - Brackeys mentions it but what it means is giving the player a grace period so that for a short moment after they leave a platform, if they press jump it will still let them do so as if they were on the floor c) added... pre-land time? No idea if there's a name for this but similar to coyote time, if the player is just about to hit the ground and presses jump a tiny bit too early, allow them to jump. (harder) 3. Add vertical moving platforms (easy) 4. Make another kind of slime that can move back and forth along a platform and will flip directions when it reaches the edge rather than hitting a wall (easy-medium) 5. Make the slimes die when you land on them (medium) 6. Make the player spike up into the air when they die and prevent them from moving during it (bit harder)
@LostRelicGames9 ай бұрын
Many have tried, but NOBODY does it like Brackeys. So happy to see the channel back!
@ghostradiodelete9 ай бұрын
aww yeah LostRelic's here! The gang's all together.
@varunsuresh229 ай бұрын
dont sell yourself short mate!
@67steinip8 ай бұрын
Ahhh... Brackeys is something else but I learned so much from your channel and made me a subscriber, when I really needed that Megaman tutorial back in the day!.. Godot seems more Game creation friendly though, just from this tutorial.
@TheBoip7 ай бұрын
i think blender guru and his donut tutorial are similar
@zreeperengram45416 ай бұрын
It's like the return of the avatar
@MfyhgGD8 ай бұрын
There's no way Unity's CEO fucked up so bad that he caused Brackeys to come back after 3 years
@Retro-Future-Land8 ай бұрын
Oh I think so Fyhg.
@joshuabautch89368 ай бұрын
well EX-Ceo, but Many People Trusted unity so such a betrayal as a fee PER INSTILLATION Was enough for him to return
@_remblanc8 ай бұрын
They still trucking with the runtime fee so they def did
To all future Brackeys student in Godot. you have met the best teacher in this field, enjoy.
@EvenTheDogAgrees9 ай бұрын
Yeah, everyone's raving about this guy. Unfortunately, it's 11pm over here, and I gotta work tomorrow. But I guess tomorrow after work I'll find out what the hype is all about. Leaving the tab open on the HTPC, so that when I turn the TV on tomorrow, it's the first thing I see. 😉
@gorlix9 ай бұрын
@@EvenTheDogAgreeswhat is lil bro yapping for lol. ofc not everyone is good in this scene but brackeys was a legend in early game development and the hype is here because he returned to making videos. him starting right off Godot is a bit weird, i personally wish Godot was better but it is a free engine so we just have to wait until the greatest contributors do their brilliant work
@blo0m19859 ай бұрын
But it is useless as no c# 😢😢😢
@Felinusfish9 ай бұрын
Yes C# ??? @@blo0m1985
@silvercakes9 ай бұрын
@@blo0m1985 GDScript is basically Python and it's much easier to write than Unity's mangled C#. You'll get used to it quickly.
@paulduffy4799Ай бұрын
great tutorial, we got frustrated at times because we realized this is for an older version of godot and had to adjust some code and other things along the way. For anyone going through the same process of creating a game on the 4 version, the background tutorial is going to be off. You'll need to create a second tile map layer and change that layers Z index to -1 so it's behind the player.
@zucch4872Ай бұрын
My enemy wasn't showing up because of this. Thank you so much!
@Swamprats0nАй бұрын
I just read through the comments to see if anyone had this problem. Thank you! My coin counting label wasn't showing up
@pUpzorz21 сағат бұрын
Thank you!
@greenboyecharlie26499 ай бұрын
To those who have a problem with the camera jittering the player when Position Smoothing is enabled 23:03, select the camera and in the inspector set Process Callback to "Physics" instead of "Idle", this is likely the monitor's refresh rate being different. Hope this helps.
@isaacemerson20358 ай бұрын
Thank you! Googling didn't help lol
@vr773238 ай бұрын
Had I seen this few days ealier, you would've saved me 2 hours of googling ...
@son4rch1198 ай бұрын
thanks, i'm commenting to boost this up so that others who run into the same issue as me can see this solution!
@scarypastry8 ай бұрын
thank you so much lol
@cafertopcu37868 ай бұрын
Thank you kind sir!
@Zenva9 ай бұрын
Thanks for the collaboration Asbjørn & Sofia! Can't wait to see you work your magic with Godot!
@bonkers6229 ай бұрын
not bro using the government name 😭
@Zenva9 ай бұрын
@@bonkers622 making games is a serious business 😎
@screablue9 ай бұрын
@@Zenva I mean, you are not wrong 😂
@AbyssmEdits9 ай бұрын
I can't even pronounce Asbjørn 😭😭😭💀
@nomgartt9 ай бұрын
@@AbyssmEdits As Be Yorn
@garebrylls5 ай бұрын
Quick tip for those with higher refresh rate monitors and using Godot4.3. You might notice that your player movement may appear blurry. This is due to Godot's physics system being defaulted to 60 ticks per second. Although changing this setting to 144 or higher depending on your setup may fix the issue, it is typically not a good idea to change this setting. With the latest release, Godot now has 2d Physics Interpolation. You can turn this on by going to Project -> Project Settings -> Physics -> Common -> Enable Physics Interpolation. Your character should be moving smoothly across your screen with this turned on.
@Seestral4 ай бұрын
great tip! had to search the web for an answer before I found this comment unfortunately. lets get u to the top brother. Also I think you also need to turn the fix jittering from 0.5 to 0. it says in the notes
@TheOriginalDuckley4 ай бұрын
Thanks, you’re a legend.
@saladtalad13114 ай бұрын
@@Seestral To add to it, if you just do that, it will show you an error like this in the debugger - "_update_process_callback: Camera2D overridden to physics process mode due to use of physics interpolation." (At least on my end it did). The error only went away when I selected "Physics" instead of "Idle" under "Process Callback" in "Camera2D".
@sunnywunny4 ай бұрын
tysm i was wondering how i could fix it without messing with the physics tick rate since its generally considered bad practice to change constants like that, i feel like godot should try to detect your monitor refresh rate/ask you for it and tell you if you should enable it
@doktorq14214 ай бұрын
Thanks a bunch!!!!
@SarafinDesign2 ай бұрын
Thank you. So many tutorials say *what* to do without the *why*, and instead of teaching me, it turns into a game of memory. Love your visuals, narration, and approach to this. Subscribed!
@shamram3219 ай бұрын
Man, you do not mess around! I have been trying to get to grips with Godot (and game dev in general) for the past few months and while I've definitely learned a lot on my own, there are some features such as the sprite animation and sound editor that I didn't fully understand but you gave very clear and practical examples of how and when you would use these features, they've gone from something I fear to features that I want to use right now! I think I speak for a lot of people in the comments when I say thank you!
@afsharanh9 ай бұрын
so true!
@GoldenD608 ай бұрын
22:00 *HUGE TIP HERE* : To prevent issues occurring when placing your points, on the left under "painting" click on the little grey magnet icon and select "Grid Snap" and set the number next to the magnet icon from 4 to 16. It will snap your points to the tile making sure that no problems will occur with collisions. For more precise grid snapping, select "Half-pixel", where it snaps to every half a pixel.
@mickael8238 ай бұрын
Thank you this is really helpful :)
@vitorggate8 ай бұрын
I've been using the grid snap and made sure the hitboxes match each other, but the player still gets stuck when going up the slopes. Do you think there's any other setting i might messed up??? Maybe something in the player's hitbox...
@kienan87567 ай бұрын
Another tip at the same point: When painting the collision on the bridges, there's an option under the 'three dots' to flip horizontally, so if you have a mirrored tile like the bridge ends, you can just flip the painting for the other end, so you get identical collision and don't have to redo anything.
@GoldenD607 ай бұрын
@@kienan8756 Nice! Thanks for the extra tip.
@iDevourCookies7 ай бұрын
boosting this! hopefully more see it
@phrogthewise8 ай бұрын
A few months ago, i had certain issues when making my 2D game in Unity, and decided to take a break from development. A little over 3 weeks ago, me and my friend decided to start from scratch, this time using Godot. 2 DAYS AFTER WE STARTED, BRACKEYS RETURNS WITH A GODOT TUTORIAL. This feels like a miracle.
@nemofeducis7 ай бұрын
same here. I had some issues with unity. Couldn't open any project for 3 months. Then I thought let's just try godot. I went to find a tutorial and wow Brackyes is back!
@boranniyazidinckuyucu80926 ай бұрын
now I didnt even know brackeys wasnt here this is the first video of him I watched and I am also new to game development but godot i your best option for 2d unity is too complicated and only use it for 3d
@informatiqueisfutur-ve2ro6 ай бұрын
what an incredible luck
@edscissor-e9w5 ай бұрын
Same
@LRCarlson6 күн бұрын
Fun and useful tutorial, cheers!
@Uzknown5 ай бұрын
In the audio part at 1:09:50, they moved "Autoload" to be a tab under "Globals". It also sets the playhead at frame 0 instead of 1 as in the video. Also noticed it adds code a bit differently, instead of (body) it's (body: Node2D) -> void: but it still works fine. Got to the end of the tutorial pretty smoothly.
@raul24845 ай бұрын
thanks🙏
@MonsiourMohawk5 ай бұрын
thank you
@sugarette_burn5 ай бұрын
I got to change it to (_body): in order to work, I don't know if it'll make me alter something in the future
@octonautsfan5 ай бұрын
thank you 💕
@xsithspawnx5 ай бұрын
Thanks! Globals was my guess, but I figured I'd check the comments here to be safe!
@rootR79 ай бұрын
Please don't discontinue this Godot series because you explain it better than others You Are a Good Teacher....
@xPumaFangx9 ай бұрын
Correction It is not You Are a Good Teacher....... Instead use, You Are The Good Teacher........... thank you.
@animowany1119 ай бұрын
@@xPumaFangx Please do not correct people if your corrections will be wrong. "You are a good teacher" is correct. Especially that there are other issues in the comment, like "don't discontinued" should be "don't discontinue"
@xPumaFangx9 ай бұрын
@@animowany111 Hu, I didn't know you where not aloud to have a sense of humor online. I guess I am going to have to use that subjective memory my parents always had.
@animowany1119 ай бұрын
@@xPumaFangx Your sense of humor is obviously broken if you find posting wrong corrections funny
@comradecameron37269 ай бұрын
@@xPumaFangxHow did I happen upon an individual with an even more unhinged humor than I?
@GabrielAguiarProd9 ай бұрын
Thought it was going to be a short tutorial. But nope, it’s a full mini game 1hr+ long video. Very nice! Well done and glad to see you back.
@VTSfilms8 ай бұрын
the cooking intro is going WAY harder than it has any need to be. With how well it was shot, I was convinced this was made for a series, and not just this vid.
@NonNewtonianAnything7 ай бұрын
The series will be called 'The Danish chef'.. 😉
@okinonellob45786 ай бұрын
godette the chef
@TeachAndBeatsАй бұрын
facts i thought the same thing
@aawwilson8 ай бұрын
I just finished this amazing Godot tutorial with my 12-year-old daughter. She had so much fun! I don't say this lightly, but this is the best intro to making games that has ever been published. Half of that is thanks to Godot; half of that is a compliment to Brackeys. Thank you for empowering and inspiring the next generation of learners!
@iHeartGameDev9 ай бұрын
Return of the king. Thank you for inspiring thousands of gamedevelopers over the years! And here's the push that Godot needed to reach new heights! Cheers!
@Dominicn1239 ай бұрын
youre not too shabby yourself bro, i want to say the exact same thank you to you as well, as you've greatly helped me in a lot of ways when i was using unity, so much. i'm on unreal now but i still support your videos lol
@luischardonАй бұрын
Man I'm really happy to see you back. I used to watch all your videos as you released them until you took your break. Was sad, I really enjoyed your style and I learned a lot from them. I just decided to get back into game development myself and this time taking it more serious, and to find that you are back in the "game" again is really awesome. I started to mess around with Unity 6 but was not feeling it, and after hearing from Godot I found this tutorial and just finished it and I am in love with Godot. What a perfect time to get back into game development!
@type-329 ай бұрын
im learning unity because of brackeys in the first place, and now learning godot because of brackeys. Brackeys is a legend.
@asterix...9 ай бұрын
Wait your learning two engines at the same time?
@SnowyLeopardFrom19979 ай бұрын
Pick an engine and stick to it, otherwise you ain't going anywhere
@lil_Gatis9 ай бұрын
Legend
@der-Dritte9 ай бұрын
@@asterix... He probally change engine after the unity contreversy
@Bitlytic9 ай бұрын
This is so nostalgic. I learned Unity through Brackeys and others when I first did game dev and now I've used Godot as my main engine for ~2 years now and seeing Brackeys make videos on it just fills me with so much joy. I really hope this brings others into the Godot ecosystem, we're a super welcoming community and I think Godot is only going to grow better and better
@TheGameGateway5 ай бұрын
For everyone having the issue where the player doesn't fall or move after you've inserted the movement template. Place the "Camera2D" node directly below "Game" instead of under "Player". That should fix it and the character should fall and be able to move now. I'm not sure what caused this issue however, perhaps it's something to do with the 4.3 updates!
@DeepgroundProduction5 ай бұрын
That's weird because it works perfectly fine the way it's showed in the video and I'm in 4.3.
@TheGameGateway5 ай бұрын
@@DeepgroundProduction Seems to be a recurring issue with some of the comments, myself included, and that was the fix.
@snackie13595 ай бұрын
@@TheGameGateway Thank goodness, that fixed my game I guess the camera was permanently locked on to the player even as they were falling, but with no background it just appeared like a static picture? Idk
@DeepgroundProduction5 ай бұрын
@@TheGameGateway I don't deny it. Just saying it's not the case for everyone !
@CauêFaleiros-l2s5 ай бұрын
thanks, you saved me :)
@Jakobian3 ай бұрын
This tutorial is one of the best tutorials I've seen for Godot. It's so well-paced and simple, everything is explained very well. Saying what action you're doing while doing the action is so helpful to reinforce learning, such as saying "ctrl + A" to add a node.
@El_Loogy9 ай бұрын
40:35 Pro Tip: You can add scenes in the tile set, making it possible to place the coins on the tile map while still behaving normally as they should, besides it doesn't show up in the tree making it overall less cluttered. It's easy to do, just look around a bit in the tileset tab and try to drag a scene inside of it, you then place it like a normal tile
@milkedRat9 ай бұрын
We love Mario in godot
@SilkyLeafz9 ай бұрын
thanks for the tip 🙏🏼
@JuanSanchez-op4kv9 ай бұрын
You should make tutorial for those of us that are new to this 🙂
@iron45229 ай бұрын
I've been trying to do this but my coin script gets left with "'attempt to call function 'add_point' in base 'null instance' on a null instance" so I'm guessing theres some pathing involved that changes when you move the coin scene into the tileset
@mechanism10099 ай бұрын
@@iron4522 Is there a way to fix this? have you fixed this? I'm getting a lot of "null instances" and nodes not being found, like when I tried adding a HP system in a similar way, any ideas?
@samsilva66029 ай бұрын
I'm graduated in Game Development, working as a Software Developer nowadays. During college, we mostly used Unity and I don't have to tell you how much I was grateful for your channel and contents. God, you helped me a lot. After school, I tried to learn UE5 but dropped it, it is too much to handle, too much for a single developer that has to do all by himself. 3 weeks ago I decided to get back to game development and learn Godot, and now YOU ARE BACK , MASTER! THANK YOU SO MUCH! I'm really happy!
@tbunreall9 ай бұрын
I really recommend sticking with ue5, the tools that come built into it are a god send for indie devs
@schnitzelhannes64319 ай бұрын
@@tbunreall Yeah you can do that if you want to deepthroat boots from corporations like with Unity
@romansalnikov50798 ай бұрын
Does Godot has any advantages over unity? I know that unity has much more assets, community, solved problems in Google. Why Godot? I asking in scope of self development. Not looking for get job as game developer. Just hobby. Why Godot? I used unity over 3 years and switched to web development
@schnitzelhannes64318 ай бұрын
@@romansalnikov5079 Because large companies will screw us up, as shown with unity. Godot is free open source forever, is growing very fast and soon will be the blender equivalent for gamedev
@ItsNothingAmazing8 ай бұрын
@@romansalnikov5079 There are so many topics on this already. Just research why instead of asking here.
@El_Loogy9 ай бұрын
1:02:48 Pro Tip 2: You can just create a script named "Game Manager" and inside project setting go into the "Autoload" tab and add your game manager script, that way it will always be there, so if you have multiple levels you don't have to put a "Game Manager" node in each of them, it even enables you to make the variables inside the scripts to be global and accessible from every other scripts. This makes everyhting much simpler and allows you to directly call the function "add_point" from the coin script. Just remember to reset the points counter whenever you reload the scene or else coins will keep adding up.
@chr0n4s259 ай бұрын
How you do it with the label? I cant get it to work with your method. But I like your method
@chr0n4s259 ай бұрын
Nvm i used signals and that works great
@Lucky_Drive9 ай бұрын
Yep, he said that at the end of the video.
@rorrust21109 ай бұрын
or instead of just the script, you can use a node with the script instead, that way you can cycle through different background music by placing the audio inside of the node.
@omartanah58549 ай бұрын
Thank you! this works really well. To reset point counter you can make a new function similar to the add_point in the GameManager like this: func reset_point(): score = 0 print(score) then in killzone script in the on_timer_timeout signal you can call the function like this : GameManager.reset_point() I hope this helps anyone reading!
@kazziesdiary3 ай бұрын
my lecturer sucks dookie at teaching us this program, learned more from this video than my first 4 weeks of college. u the goat
@kalersappington70776 ай бұрын
Hey Brackey, do you think you would ever make a part 2 to this, this has been very helpful, and I would like to learn more from you
@werewolfgames1025 ай бұрын
I second the request for a part 2 by far the best Godot tutorial I have seen on KZbin and I have watched many
@lu34z5 ай бұрын
I third the request for a part 2 by far the best Godot tutorial I have seen on KZbin and I have watched many
@ashtro16635 ай бұрын
I fourth the request for a part 2 by far the best Godot tutorial I have seen on KZbin and I have watched many
@ChimpoTalksGaming5 ай бұрын
You guys are missing the point of part 2 as Brackeys laid it out: make your own part 2, that's where the real learning begins... (play Mortal Kombat theme)
@adrianvillar29203 ай бұрын
I fiffth the request for a part 2 by far the best Godot tutorial I have seen on KZbin and I have watched many
@bagdaja68819 ай бұрын
I started using godot a week ago, seeing you join the community just as I'm starting is great to a point you can't even fathom! Thank you so much for all the tutorials you'll make!
@TroddenOdin9 ай бұрын
Dude I am in the exact same boat
@_dreamer__9 ай бұрын
lmao. i started using it in a exact same day that tutorial popped off. And i was specifically searching for a Brackeys video. I couldn't believe this :D
@panampace9 ай бұрын
Helpful tip for anyone coming from Unity: if you ever wonder why you can’t attach multiple scripts to a Node, it’s because in Godot, the script actually IS the Node. All Nodes are classes, and attaching a script means extending its class. Godot doesn’t have GameObjects and Components like Unity does, but you can consider a Node’s children Nodes to be its components. So you can give a Node a component script in 2 ways: - Give the Node a child Node, and attach script to it - Instantiate a script as an object inside the Node’s main script
@Cezkarma9 ай бұрын
This is great advice! I actually tried Godot a few months back and one of my biggest gripes was the inability to add more than one script per game object. The solutions you suggested here are great workarounds.
@paulimriss9 ай бұрын
OR use Resources in a export variable, but that's a little more advanced.
@TouringRCs9 ай бұрын
This system is like Unreal Engine and Unity mixed together.
@MisterBerdill9 ай бұрын
Yes, Godot's way means a much more exposed and visible scene tree compared to tons of components on one object in unity. Don't worry, if it's ugly or you have reusable node structures, just right-click -> save as scene!
@albert69Einstein9 ай бұрын
@@TouringRCs I would say Unreal and Unity are the big bully neighborhood kid. And GODOT is the really super smart kid that totally respects everyone.
@picklelord20483 ай бұрын
This was the first game dev tutorial I was actually able to follow completely the whole way, wonderful job Brackeys, will definitely be watching more of your videos. 😁😁 Also love your humor, makes these tutorials way less boring than others who sound lifeless
@tillantas19928 ай бұрын
I have watched many different videos on how to build small games in Godot but this one has been by far the comprehensive, you did a really good job at explaining why your doing specific things and how that can expand into more in the future. Great video!
@StickyE-ok7by9 ай бұрын
Now we just need dani back and its gonna be the golden era for game development in KZbin
@harigamedev9 ай бұрын
yess
@Sardonmaximus9 ай бұрын
If we could have @SebastianLague convert to Godot that would be Epic.
@Ibadullah9 ай бұрын
And Sam hogan
@creucreusator569 ай бұрын
i'd like to give you my like but it's already at 69 sooo
@harigamedev9 ай бұрын
i like your channel's name
@SteinMakesGames9 ай бұрын
0:28 Thanks for featuring my game Dig Dig Boom! It's my first Godot project, so goes to show how versatile it is for beginners :)
@saintdeity50239 ай бұрын
Mad respect brother 🙏
@cinesutra24309 ай бұрын
can you share the link to your game
@nickchoi46359 ай бұрын
Your game looks cool, what is the name of that game? I think I would like to play it!
@kesorangutan61709 ай бұрын
@@cinesutra2430 It's on steam and hopefully will come out end of this year.
@kesorangutan61709 ай бұрын
@@nickchoi4635 He literally wrote name of his game in his comment :D It's called dig dig boom.
@dandeh24405 ай бұрын
25 years old, and now im trying to muster up the herculean task of making a game. I pray that after this video and with future tutorials and experience in the future that I one day become competent.
@_dimitrisbr9 ай бұрын
Uhh, it feels like I'm 16 again, when I didn't even have a pc and i was watching your videos just to get an idea of how that stuff works, happy to see you back!
@Emmanuel_Ojor9 ай бұрын
I presently am 15 and watching this video without a pc 😂😂😂
@dovid7299 ай бұрын
im 16 right now but was jus like that when i was 10
@Lisanicolas3669 ай бұрын
im not even interested in making games and im watching this lmfao (im 17)
@hoapham73899 ай бұрын
@@Emmanuel_Ojor godot engine is available on Android platforms also 😂 you just need to connect keyboard and mouse somehow
@tomuridev9 ай бұрын
I LOVE YOU. I started when i was 15 with your tutorials. Im 26 and live as a game developer. I love you so much, you are going to give life and a career to many young ones
@codepingu57329 ай бұрын
I've seen good tutorials, but the production quality of this video is absolutely jaw dropping. Congratulations!
@Dekz3319 күн бұрын
Just finished my first time ever making a game. Thank you Brackeys. Also, if anyone else has the same problem as me, playing the audio for the coin I could not get the coin audio to play, I re-watched multiple times and quadruple checked I followed correctly. The fix was it must be in exactly the correct spot on the animation timeline or else the sound wont play.
@gonnhaze9 күн бұрын
THANK YOU. I was going nuts!
@RealLostmatter9 ай бұрын
Man if i had brackeys when i was learning godot... future godot learners, THIS IS THE GUY!!!
@Potato_Devv9 ай бұрын
I wish I was like 5 months late
@Sakros9 ай бұрын
I'm just about to start now. So just like back in unity days I can watch brackeys to learn more lol. It's perfect.
@notrhythm9 ай бұрын
@@Potato_Devv lmfao
@FlipperDumm9 ай бұрын
@@Sakros today i woke up wanting to try doing game dev again, but with godot instead of unity. IT IS ABSOLUTELY PERFECT
@Kxray19 ай бұрын
Ayyy just randomly started today
@erikje08218 ай бұрын
to anyone who thinks the charachter isnt falling in the 14:47 section: make sure the camera isnt a child of the player, but sits under the game node(the tree in the top left corner)
@rayyangulzar61658 ай бұрын
thank you, I was confused about this for so long
@erikje08218 ай бұрын
@@rayyangulzar6165 took me an hour and a half myself to figure it out
@AndelsHistory8 ай бұрын
thank you so much for this. i thought i did something wrong with the script and it just wasnt working.
@currentlyatlas50748 ай бұрын
thanks i was so confused
@rahuljadhavcreates8 ай бұрын
Thank you, I thought I was doing something wrong
@theConcernedWyvern8 ай бұрын
I wont lie, I struggled so much with previous Unity tutorials from this channel. I'm not sure if it's how intuitive Godot is, or how much better Brackeys' teaching has gotten, but I understand everything to a T and have had no moments where I'm freaking out trying to figure out what lines of code are supposed to be doing. I'll see if that remains once I test making an actual game, but so far I'm thinking Godot might be the engine for me. I adore the new teaching style. Its so easy to understand, the perfect speed and just concise enough while still being detailed and well organized.
@alextrollip77078 ай бұрын
C# In general is a more difficult language One of the benefits of Python/GDScript is how simple it is to both read, use and understand. C# has other benefits, but it requires a significantly more in depth understanding of code and how things should work. Most programmers familiar with any language can grab python and make what they need cause the language is made to get things done quickly. GD Script is build with that in mind. But I think Brackeys has improved in his learning style, but I really enjoyed most of his videos actually. Great learning experiences
@mikethemusicman19784 ай бұрын
So glad that Brackeys is back, I joined the website a little after realising he had quit KZbin and now he's back, thank the lord, I hope this continues as I'm thinking of becoming a 2D game developer at some point when I've done my courses.
@iiropeltonen9 ай бұрын
Brackeys tutorials originally got me into gamedev. Now I'm studying gamedev in university. Can't wait for more
@TimothyParez9 ай бұрын
I don't know where to start. First of all you are such a talented teacher. Second, this has go to be, the best, most fluent, introduction to Godot ever. In over just one hour you walk us through a process which other creators drag out over 10 or more episodes. This introduction is so damn good it should, maybe not right now, but eventually, become part of the Godot project and made accessible for the millions of people who don't have access to KZbin. It's so good, to have you back!
@omrividal7 ай бұрын
I cannot believe that this is the first video I watch of Brackeys! The explaination skills are beyond KZbin's tutorials levels, the way you approach things and show while still tutoring its truly mind blowing! Feeling so blessed and lucky that I can come back to this video every time until I get things right with game dev. Thank you for coming back!
@user-pe9qg3hg3k3 ай бұрын
this was literally the only video I needed to watch to get me started in Godot, thank you. Now i have a top down 2d game going on with a full on day night cycle which lerps between the colours of the sky and has a digital clock system which impacts every clock in the game :)
@captain_fact9 ай бұрын
This is currently the most easiest to follow godot tutorial I've watched. I'm really looking forward to the programming tutorial
@JustNightmare9 ай бұрын
As someone who have used GODOT for the past years to make games, this video is a great tutorial. It says beginner tutorial, but don't be fooled, to make simples games it doesn't go too far as what was shown. Congratulations Brackeys! I can't wait for the next video!
@nicewongerweightman84865 ай бұрын
This tutorial is the best I’ve seen in my life, it’s actually for BEGINNERS! Couldn’t find a single person or video that didn’t expect me to know what I was doing lmao, thank you
@sboksz4 ай бұрын
In Godot 4.3 there is a new way of making TileMap layers. TileMap layers are now individual TileMapLayer nodes in the scene.
@MrProg-ey3tl4 ай бұрын
Can you tell us how to make one tile appear above another?
@sboksz4 ай бұрын
@@MrProg-ey3tl select TileMapLayer node, then from inspector select CanvasItem/Ordering and set Z Index value. Higher value means higher layer. f.e. background TileMapLayer ZIndex=0 and platform TileMapLayer ZIndex=1
@AndrewLukan4 ай бұрын
Is there a way to make your tiles paint on different Z indexes within the same TileMapLayer node? I have the water set to zero and all other tiles set to 1, but when I paint I still replace the 1 index tiles with the 0 index tiles. I've created a second TileMapLayer and set the whole layer to 0 as a remedy. Just wondering if I can use different indexes on one node.
@linkup901ify4 ай бұрын
@@AndrewLukan You can do it by making duplicates of the node, erase everything you don't want, then set the order to lower than the default 0 or whatever lower than the player to put whatever painted behind them on the new TileMapLayer node.
@VFusioN694 ай бұрын
@@MrProg-ey3tl just add multpile tilemaplayer nodes , just uncheck collosion and odering (background 0rdering =1 but foreground ordering =2 or higher and background node have collsion off thats it now you have background )
@RaulMarengo8 ай бұрын
I just wanted to say that it is good to have you back. I have left my 10 yo son with this video and with minor help from me he is now over half way through and he has learnt a lot. He got stuck a few times not knowing some computer basics, like how to select things (holding shift, control, etc) but he has now learnt those things. Looking forward to seeing more from you.
@fredericmanson4419 ай бұрын
what the frakk??!! I never saw a so easy to understand tutorial video!! It's so smooth, fluid, and explained. I understand why game developers are so happy for your return!! KUDOS!!
@francoisneko9 ай бұрын
The return of the God of Godot, the holly Almighty tutorial creator of the galaxy has return!
@youruniquehandle29 ай бұрын
Great to have Brackeys back. I've been making games as a hobby for 15 years and this video is one of the best intros to game dev I've ever seen. It took me a long time to understand the basics of game development, structure and organization and that struggle resulted in a lot of very messy, barely functional games that were almost impossible to work on. This video nails the fundamentals and how to quickly make a functional game. Awesome stuff!
@Yazoon_S15 күн бұрын
just finished this tutorial in 2 hours and let me tell you, unlike other tutorials where I stop and pause and replay some parts to understand, THIS MASTERPIECE is fairly simple to understand AND powerful in the same time please never stop making Godot tutorials ♥
@mcoolid9 ай бұрын
Welcome back, we missed you
@versoooo9 ай бұрын
I'm so impressed with how efficient this tutorial is. You cover so much, so clearly and in so little time. Good to have you back Brackeys!
@MadHatter1B39 ай бұрын
As someone who has been interested in game design for a while but never had the courage to learn any of the programming languages or engines to do it myself. I found out about you in your returning video while I was looking up how best to learn godot. So the timing was absolutely perfect and I look forward to learning about godot and starting my game dev journey.
@JimMussared3 ай бұрын
Woah! Incredible tutorial, thanks so much!
@WibleWobble9 ай бұрын
Godot solves pretty much all my gripes with the "industry standard" game engines and has actually made me excited about game dev again. Cant wait to see the new wave of creations made with this, and thank you for helping spread the good word!
@natefoldan9 ай бұрын
Exactly the same for me. Godot is brilliant.
@PuraTvOyun9 ай бұрын
I don't know what to feel right now. I'm a hardcore Unreal Developer but back when I was studying game design in university I learned how to make games with unity with you. I even used your videos to implement some gamplay mechanics in Unreal Engine. I'm really happy that game development community got you back. And I'm glad you decided to go with Godot. I believe in the goal of Godot. And your videos will help them a lot. (Don't underestimate your impact 😅) With you I will give a second chance to Godot with a hobby project. I used it at least 4 years ago back when they first share their 3D demo project during global game jam that our department hosted.
@kerhabplays9 ай бұрын
pretty cool! keep going dude!
@ghjuyt1019 ай бұрын
I have made a full game (minus assets) in 3 weeks that i had issue after issue with in unreal for almost 12 weeks. As long as your programing is good it is genuinely alot smoother.
@PuraTvOyun9 ай бұрын
@@ghjuyt101 Yeah I don't struggle that much. I directly plan out my systems c++ and blueprints in mind. Good understanding of C++ and how to debug it is what helps you have a smoother experience. Because most of the time the problem caused by a pointer. Blueprints are also in pair with C++ api and they are designed OOP in mind. a good understanding of those concepts wil also help the beginners.
@ghjuyt1019 ай бұрын
@@PuraTvOyun my ossue has primarily come from unreal not being true to code and having stange conventions that are not always well documented
@PuraTvOyun9 ай бұрын
@@ghjuyt101 I get you. Unreal Engine's C++ is not a pure c++. The intentions and what they did becomes clearer once you learn the design patterns, software development conventions and taking a deeep dive into source code. Most of the documentation you need is in the source code since they use the same api as you do from the almost int WinMain() to the BeginPlay() of your actor.
@rogerserra43009 ай бұрын
Found his KZbin channel when he was already gone, but I'm glad I'll be able to follow him this time
@rmt35899 ай бұрын
Same. Had notification bell on just in case. And it paid off!
@furrosamaАй бұрын
YOH i finally finished this tutorial and it took me like around 2 weeks on and off cuz i cant sit down and work on it in one go hAhah but i feel so proud to complete it cuz it gives me that foundation and feeling of completion! Gonna actually work my brain out tomr for my first godot game jam. thx for the tutorial!
@josephstrahl59218 ай бұрын
1. I love Brackeys, and would have watched this video no matter what because of how relaxed I feel as he explains things. 2. I have been learning Godot, and he does such a great job of breaking things down and explaining. I am so glad Brackeys is back. He talks in a way that it feels like you're listening to a good friend. We feel like we know him, even though he has no idea who we are. Fantastic creator.
@thehab9 ай бұрын
I can’t explain how happy it makes me to see you back! KZbin was sorely lacking while you were gone, brother! ❤
@vanlichtinstein8 ай бұрын
Bro, I wrote godot off as a beginner's baby engine, like roblox, and never looked into it. I'm blown away by the functionality. The fact that you can incorporate singletons without code, a full audio mixer, and the ability to call functions from animation keyframes without using waits and coroutines is mind boggling. The language also looks heavily based on python which is my specialty. I'm definitely looking more into this engine after having watched this video
@mastershooter648 ай бұрын
Godot also supports C++ and C# scripting
@Kave-qp1yt6 ай бұрын
roblox is also complicated on its own terms, isnt like scratch
@why-m3g6 ай бұрын
roblox is harder than godot, fight me
@Hilt99933 ай бұрын
bro, i wrote off python as a begginer's baby language
@vanlichtinstein3 ай бұрын
@Hilt9993 it was my favorite for a long time, but I'm starting to enjoy cpp and c# more
@savat_g2 ай бұрын
Great to see you back! you are the first reason for me to try godot after 3 years in unity and i hope to see more videos like this in the future! i think we all can wait as long as you need to make a new video
@A-Random-Guy9 ай бұрын
I'm already an experienced dev with knowledge of many engines like Unity, GameMaker, Clickteam Fusion 2.5, and languages like C#, C++, and Python, but I must say your teaching style is incredible to the point of making a tutorial very entertaining yet easily understandable to anyone starting with gamedev, which is not an easy task! So I'm really glad for your comeback to the gamedev and tutorial scene
@ilyandilymusic8 ай бұрын
This is just surreal. I have always wanted to be able to make games. Dabbled here and there with unity and unreal a few times but never finished anything. Now, after 35 years of playing games and wondering what it would be like to make one, here I am. Thanks to you and Godot a dream is fulfilled. I'm amazed by your ability as a teacher. Thank you so much, truly. This is something very special.
@littlephoenix9 ай бұрын
Years ago when I started learning game development, I wanted to start with Godot because my computer was old and could run Godot more smoothly. However, I struggled a lot due to the lack of Godot tutorials and switched to learning Unity. Beginners these days are so lucky because there are now Brackeys Godot tutorials.
@kenswitz43585 ай бұрын
I would like to say that after following this tutorial, I've managed to make a sign that will display text above it's head when we are near it and will have the text disappear a second after we leave it's range. This took me the entire day to make. Even though it did take me all day, as a newbie dev who hasn't ever touched a game engine before this- I couldn't tell you how happy I was when I got it to work. I probably had the stupidest smile on my face at the time.
@trboxify9 ай бұрын
Just finished my first Godot game last night, using the official 2D tutorial. Brackeys’ timing couldn’t have been more on point! Welcome back, king 👑
@AlexFalkenberg9 ай бұрын
It is shocking how much more approachable and understandable this content feels compared to many/most, possibly even all, other Godot tutorial content I've ever seen. And I've ran a Godot community and been a Godot user since pre-1.0. Looking forward to more. (edit: just wanna add that I used to watch Brackeys vids for Unity back in the day as well, and that was also very well done. Glad to have him back!)
@irenenaya76449 ай бұрын
This was brilliant!! 75 minutes that flew by and, at the same time, were packed with super valuable content! You're amazing! And I have to say that, from what I saw here, I am surprised at how many cool features Godot has! Will start testing some thing pretty soon! Thanks a bunch! You rock!!
@Matt-Foxx16 күн бұрын
Thank you so much for taking the time to make this video. It has really helped me both understand the basics an given me the confidence to try and start/make my own games. Amazing tutorial and I can't wait to see/watch more! 🙂
@GoldenEdits6569 ай бұрын
Yes! I've decided to switch from unity to godot b/c of the unity stuff awile ago, and you making videos on godot will help me tremendously!
@ghjuyt1019 ай бұрын
I originally went to unreal and recently moved to godot mid project, almost done with the programing 3 weeks later
@coconutgameshd81989 ай бұрын
Just finished the tutorial! Took me 3 hours, really well-paced! ( Using picture-in-picture mode for these tutorials is a life-changer )
@andresbocchigliere32279 ай бұрын
can you elaborate on that Picture in Picture feature? is it a youtube thing? how do you do it?
@dead69pool699 ай бұрын
@@andresbocchigliere3227 yes youtube offers a floating button to put PIP into your browser
@coconutgameshd81989 ай бұрын
@@andresbocchigliere3227 It appears as a button whenever I hover on the video [ works on firefox and chromium browsers ], enabling it allows me follow the tutorial whilst having the video overlaid on topping, preventing me from having to switch between windows constantly.
@siamazing08289 ай бұрын
Brackeys tutorials allowed me to finish my game dev project during my college days, without his help online I'd probably still at school right now 😂. Glad the KING IS BACK!
@raul-var3 ай бұрын
about 5 years ago I had a passion for game dev, you helped me a lot on learning unity. Now I'm trying to reignite my pation with godot and you are back on teaching it. I'm happy that you are back :)
@supermj7679 ай бұрын
I followed the whole tutorial, never got messed up ONCE! He explained everything so well.
@mcchezface7 ай бұрын
I wish I could say the same. I spent a total of 12 days bugfixing and troubleshooting. 9 days of it was spent trying to fix the GameManager when in reality the only reason the score didn't work was because the coins had the parent node of a Node2D, not just an Area2D. (I didn't know you could directly add in nodes when creating a new scene, I thought you had to base it off a Node or Node2D)
@hasanajami76539 ай бұрын
My man is so goated that eeven after 3 years he instantly gets a sponsor on hís first tutorial video
@danylbekhoucha61809 ай бұрын
"First" tutorial video.
@hasanajami76539 ай бұрын
@@danylbekhoucha6180 it is his first one after 3 years
@Dark__Thoughts9 ай бұрын
@@danylbekhoucha6180 He said "after 3 years".
@sega57859 ай бұрын
Instant cringe
@mattstockton66319 ай бұрын
There's a pipette tool for painting the physics on the tiles. For painting the physics on the bridge, you can paint the middle bridge first. Then you can paint the left without moving the connecting edge. Then you can use the pipette tool (next to the 'paint' button) to reselect the middle bridge so that you can have the correct position for the right bridges' connecting edge.
@fy87989 ай бұрын
You can also simply flip the physics, in this case, there's an option to mirror them horizontally or vertically. very common use case for tiles.
@kerhabplays9 ай бұрын
who's cutting onions here? I mean I saw the return video but bro I feel like I went back to those prime days watching his videos and learning new stuff every day. Thank you Brackeys!
@JuicyBenji9 ай бұрын
I did not know where all the hype came from because I wasn’t watching any brackeys content before, but now I get it. Top tier tutorial damn
@SpeedTutor9 ай бұрын
A famous quote springs to mind. What did CJ say back in '04? Ah S***, here we go again! Haha. Welcome back.
@Swiftfox96Ай бұрын
The player doesn’t move with the moving platformer. The platform moved and the player falls? Everything else works correctly. Really exciting about learning more about game dev. This tutorial was fun and insightful!
@Rorshacked26 күн бұрын
Did the player stay on the platform before it started moving/before you added the animation in? Wondering if the one-way collision feature was not set correctly or something (total amateur here, just spitballing)
@cinderwolf329 ай бұрын
0:30 So cool to see Windowkill! The most innovative game I've seen, and a great example of how the ability to easily modify the game engine / editor itself is such a powerful tool to have (it is not all vanilla!)
@cemvamk38389 ай бұрын
I never clicked on a video so quickly. Great to see the king back in business.
@ymi_yugy31339 ай бұрын
Awesome tutorial. Here a few tips to ehance the UX a little. 1. In the project settings make sure your physics fps matches your refresh rate. Otherwise there will be jitter. 2. Allow the player to make a jump even shortly after falling down. (50ms felt good to me). I accomplished this by adding a timer on the player and restart it every physics tick, if the player is on the ground. Then allow jumping by allowing the jump if timer.time_left > 0, even if the player isn't on the ground.
@onurkorkmaz229 ай бұрын
I've got a high refresh rate monitor and I was thinking about why was my character jittering, I wasted 10 to 15 minutes until I noticed it was because of my monitors refresh rate but I never found a fix except capping the fps at 60. Seeing your first tip fixed it and gave me a knowledge that I needed and I will never forget. Thanks!
@GrumpyStoic9 ай бұрын
@@onurkorkmaz22 Just to clarify, is this "Physics ticks per second"? (From looking at the Godot documention I get the feeling they renamed it from "Physics FPS".
@GrumpyStoic9 ай бұрын
Hey are you able to provide a little more info on the jump timer? I've had a stab at it but am puzzled how to achieve this so far. What's confusing me is I'm printing the timer and it is either or zero (when reset). I'm expecting it to tick up at least whilst I'm in the air. I tried setting the player way high in the air to see if that made a difference, but the timer still started at . I may simply need to read up on Timers tbh. Edit: Even now I just read the hover-text for Wait Time and it blew my mind, so I think what you're proposing is probably a few steps away from what I can achieve as a beginner.
@Gatrehs9 ай бұрын
@@GrumpyStoic You can achieve it as a beginner easily. Add a timer node to the player called Timer, Make sure it's a 1 shot and 0.05 seconds. (50 ms) In the _physics_process function you modify your if is_on_floor() statement like this: if is_on_floor(): $Timer.start() if direction == 0: animated_sprite.play("idle") else: animated_sprite.play("run") else: animated_sprite.play("jump") Last thing you need to change is in if Input.is_action_just_pressed("jump") and is_on_floor(): You need to change it to if Input.is_action_just_pressed("jump") and not $Timer.is_stopped(): That means you'll be able to jump as long as the timer is running instead of as long as you're on the floor. You can probably use a variable and call it something like jump_timer instead of directly referencing the timer if you prefer that but I wanted to make the comment as short as possible haha. Edit: I suppose you technically could spam the jump twice with this functionality within those 50ms, but you can just stop the timer using $Timer.stop() when you do the jump as well.
@onurkorkmaz229 ай бұрын
@@GrumpyStoic Yes, they've renamed it.
@michaelwaldsmith4953 ай бұрын
As someone who has been coming back to this video pieces at a time, I super appreciate that you re-explain parts of the process as you go through them a second time
@sharkgamestudio76309 ай бұрын
This tutorial is golden 😭 everything sounds so easy and well explained.. I missed your voice brakeys.. God daim..