How to program in Godot - GDScript Tutorial

Sdílet
Vložit
  • čas přidán 15. 07. 2024
  • Learn GDScript in 1 hour!
    ► Get 1 week FREE and 40% OFF on CodeCrafters: app.codecrafters.io/join?via=...
    ● Our Godot MEGA Tutorial: • How to make a Video Ga...
    ❤️ Donate: www.paypal.com/donate/?hosted...
    ● More on Input: docs.godotengine.org/en/stabl...
    ● Bitlytic's video on Composition: • How You Can Easily Mak...
    ● More on Call down, Signal up: kidscancode.org/godot_recipes...
    ● GDScript Style Guide: docs.godotengine.org/en/stabl...
    ········································­­·······································­·­····
    ► Join Discord: / discord
    ● Website: brackeys.com/
    ········································­­·······································­·­····
    ► All content by Brackeys is 100% free. We believe that education should be available for everyone.
    ❤️ Donate: www.paypal.com/donate/?hosted...
    ········································­­·······································­·­····
    🎵 Disco Knights - Quincas Moreira (CZcams Audio Library)
    ········································­­·······································­·­····
    TIMESTAMPS:
    0:00 Intro
    2:25 Hello, World!
    4:01 Syntax
    5:00 Modifying nodes 1.0
    6:33 Input
    8:38 Variables 1.0
    10:31 If-statements
    13:00 Comments
    13:45 Variables 2.0
    18:28 Functions
    22:27 Random numbers
    24:09 Documentation
    24:33 Arrays
    26:35 Loops
    30:24 Dictionaries
    33:54 Enums
    36:58 Match
    37:57 Modifying nodes 2.0
    40:34 Signals
    44:29 Get / set
    47:18 Classes
    51:40 Inner classes
    53:20 Inheritance
    55:10 Composition
    55:29 Call down, signal up
    57:06 Style
    57:22 Puuuh, good job!

Komentáře • 1,6K

  • @Brackeys
    @Brackeys  Před 2 měsíci +248

    ► Get 1 week FREE and 40% OFF on CodeCrafters: app.codecrafters.io/join?via=Brackeys
    Also, 11:25 should of course show "is less than or equal to" as x

    • @parthsahni8952
      @parthsahni8952 Před 2 měsíci +4

      Love your vids

    • @Maskeowl
      @Maskeowl Před 2 měsíci +4

      OG returned ???

    • @spicywing1358
      @spicywing1358 Před 2 měsíci +2

      I tried to follow what I learned from Brackeys' channel and created a game, which I turned into a video on my own channel. Now I finally understand how difficult making games can be.

    • @mayankbhaisora2699
      @mayankbhaisora2699 Před 2 měsíci +1

      Hello Wizard….. can you please also cover in future how can I setup Swift language to develop games in Godot engine using GdExtensions?

    • @officialdreamplayz
      @officialdreamplayz Před 2 měsíci +1

      Part 2 pls

  • @Bitlytic
    @Bitlytic Před 2 měsíci +1520

    Being mentioned by Brackeys is unreal, your tutorials were what got me into game dev. Appreciate the shout out! Looking forward to the other Godot videos

    • @NullCyan
      @NullCyan Před 2 měsíci +22

      hey, I watched your video about components :)

    • @getgrapesss
      @getgrapesss Před 2 měsíci +15

      Brackeys is bitlytic stan!!!!!💯💯💯💯💯 i know that guy and am featured on his channel!!!!!! we have very good social credit!!!!

    • @getgrapesss
      @getgrapesss Před 2 měsíci +1

      bitlytic's my singing monsters' friend code is 1055659936MI if you feel like thanking him light some torches and join our tribal island!!!

    • @grantharris7396
      @grantharris7396 Před 2 měsíci +3

      Me too! Super important stuff explained very well ​@@NullCyan

    • @Apebek
      @Apebek Před 2 měsíci +4

      I have a question. Is it not totally unnecessary to instantiate a node for a health script?
      It does some calculations but does not make use of the node functionality.
      If you had lots of objects with nodes attached does it not take more processing power?
      I think you can do the same by scrips alone and maybe extend from Object for the most basic stuff.

  • @magicklai8198
    @magicklai8198 Před 2 měsíci +1590

    2 weeks felt like 2 decades waiting for brackeys to upload again!!

    • @patrickruhan4101
      @patrickruhan4101 Před 2 měsíci +11

      true

    • @sunshinecoco12
      @sunshinecoco12 Před 2 měsíci +9

      Yknow i was really waiting for this since my skills were holding me back, and chatgpt is outdated with godot 4.2, so that didnt work either.

    • @niceEli
      @niceEli Před 2 měsíci

      @@sunshinecoco12don’t use ChatGPT for programming as you learn nothing

    • @niceEli
      @niceEli Před 2 měsíci

      @@sunshinecoco12don’t use ChatGPT for programming as you learn nothing

    • @ChatterDoesMatter
      @ChatterDoesMatter Před 2 měsíci +1

      i almost died waiting

  • @rubixcube6
    @rubixcube6 Před 2 měsíci +386

    In response to 57:48 I would love to see a tutorial dealing with 3D. In your first 2D game tutorial you mentioned that in Godot it is very easy to transfer 2D concepts to 3D so that seems like the next logical step.

  • @teegeevee42
    @teegeevee42 Před 2 měsíci +177

    I would love to see tutorials on:
    -> how to make a 2d (pseudo 3d) game without physics but rather with mouse interaction (e.g. card game)
    -> how to properly implement menu systems
    -> how to make a 3d (insert vehicle)-simulator kind of games

    • @scoundrel_studios
      @scoundrel_studios Před měsícem +8

      oohhh - card game 🙌

    • @theConcernedWyvern
      @theConcernedWyvern Před měsícem +6

      Oh I hope he sees this. I've been wrestling with mouse interaction for the past hour and a half.
      I was like "oh I just check if the input action is being done and if the cursor is inside the area2d" and apparently it's not that easy, or I'm missing something.
      I'm not sure how to use the signals and functions for that, as trying to wrestle those and if statements together is like pulling teeth.

    • @tobycat7
      @tobycat7 Před 18 dny +2

      @@thefaksk3jk Yeah, but I would like to see a general tutorial about Control nodes and interaction with game properties (Resolution, Bus volume, etc)

  • @littleharry7977
    @littleharry7977 Před 2 měsíci +523

    I can’t describe in words how happy I am that you are back

  • @user-ts3ey5om4b
    @user-ts3ey5om4b Před 2 měsíci +266

    Hello Brackeys, the market is flooded with a large number of introductory tutorials. There are many tutorials for many basic concepts that you can refer to, but there is very little information explaining the advanced concepts or mechanisms of Godot, such as the complete life cycle of nodes and hooks, and the concept and use of resources , memory management related, complete input processing flow, data serialization and deserialization, saving and loading, etc. I would be particularly excited to see these contents in your channel.

    • @nevertoolate5325
      @nevertoolate5325 Před 2 měsíci +9

      👆 this!

    • @jesperjohansson6959
      @jesperjohansson6959 Před 2 měsíci +35

      This is true, but still, of all the "beginner tutorials" to Godot these are probably the best that have been made now. I hope they eventually get to making advanced tutorials too! If anything, I'd love to see a devlog series. That'll give them a way to talk about advanced topics while still keeping viewers who aren't interested in learning about those specific topics.

    • @definarte
      @definarte Před 2 měsíci +1

      thank you

    • @liriocoentro
      @liriocoentro Před měsícem

      Check out @christutorialsyt

    • @theConcernedWyvern
      @theConcernedWyvern Před měsícem

      Yes! I would love some data serialization! I'm still new to the engine but learning serialization is super important for so many projects.

  • @556illum
    @556illum Před měsícem +40

    Teacher here. Bro you're awesome. It must've taken some time to figure out exactly what to say and in which order, for you to make it so understandable.

  • @benbutcher2608
    @benbutcher2608 Před měsícem +11

    I have to admit, Brackeys, the new level of showmanship you put in these new videos is awesome. Way beyond using a meme or a sound effect. The cooking metaphor in your last video went way beyond what most GM tutorial producers would even dream of.

  • @tobilinz_
    @tobilinz_ Před 2 měsíci +188

    I love the style of your videos. The editing is on point and you don‘t add annoying background music. This woks so great because you utilize your voice perfectly. No monotone sentences, pauses between sentences / paragraphs that have the perfect length, …. Everything is just perfect.

    • @clintmilner2365
      @clintmilner2365 Před 2 měsíci +12

      And the volume control and compression is on point, I don't have to adjust my volume JUST for his videos.
      Top quality all around!

  • @Smabverse
    @Smabverse Před 2 měsíci +211

    Me: Do you smell it
    You: What
    Me: It's the goat

  • @jakenewey4156
    @jakenewey4156 Před měsícem +5

    'Hopefully you'll be able to use this as a reference manual going forward'
    As a visual learner, this perfect. I struggle with trawling through so much documentation when at the bottom of a learning curve. Thanks Brackeys!

  • @erictrinque6513
    @erictrinque6513 Před 2 měsíci +10

    Brackeys proving exactly why I feel Abused by RNG on a roll() 20% chance to get a 5% result. Love it

  • @NicoFye
    @NicoFye Před 2 měsíci +69

    He came back when we needed him most, after the trust in Unity has been lost and we needed Godot tutorials, the true hero

    • @samwholearns3023
      @samwholearns3023 Před 2 měsíci +3

      Theres 100+ high quality tuts and courses before this lol ..

    • @NicoFye
      @NicoFye Před 2 měsíci

      @@samwholearns3023 but none of them from Brackeys duh...

    • @user-xj7hz7on7v
      @user-xj7hz7on7v Před měsícem

      @@samwholearns3023 no. i want his tutorials👺

    • @ramyadil605
      @ramyadil605 Před měsícem

      @@samwholearns3023 yeah but brackeys has a lot more reach,plus we are 100% sure that his tutorials will be good

    • @user-sy7ct2ls8t
      @user-sy7ct2ls8t Před 28 dny

      @@samwholearns3023 agreed but this one is AMAZING

  • @calebgilbertyt
    @calebgilbertyt Před 2 měsíci +98

    Brackeys you couldn't have made this video at a more perfect time, we love you!

  • @MentosLover87
    @MentosLover87 Před 2 měsíci +18

    I never understood how Classes were structured in Godot, and I didn't feel like learning because every resource was so unengaging. But now finally I have an engaging way to learn about them!

    • @DEOHVI
      @DEOHVI Před 2 měsíci

      So true, i could not agree more. I love how Brackeys uses examples to explain concepts. 😊

  • @Diceyed
    @Diceyed Před 2 měsíci +9

    I spent most of my week waiting for this video while I was confused with a lot of GDscript. This is a breath of fresh air and I thank you for this!

  • @penguininpajamas
    @penguininpajamas Před 2 měsíci +53

    A simple 3D game would be great! Now a beginner could first understand the fundamentals of programming, then use those ideas in action by creating two simple games that they could expand upon!

  • @iHeartGameDev
    @iHeartGameDev Před 2 měsíci +82

    Bookmarking this to come back to later 👀 thank you for this new series 🙏

    • @muhammadjamal347
      @muhammadjamal347 Před 2 měsíci +2

      Brother i have watched your videos, you're pouring pure love into those gems❤.
      Btw are doing any godot videos?

    • @Furo448
      @Furo448 Před 2 měsíci +5

      ​@@TheMeanArenaScre you now I'm learning holyC

    • @Gramini
      @Gramini Před měsícem

      @@TheMeanArena Why specifically C#? Why even be a gatekeeper at all?

  • @VetNovice
    @VetNovice Před 2 měsíci +3

    Making games as a solo dev has never been more accessible. These are tutorials and resources I WISH I HAD like 10-15 years ago.
    Thank you so much for this 1-2 punch combo Brackeys. My friends murmured rumors of the King coming back. I had to see it to believe it. I believe. I believe!
    👑

  • @GCrypt-ry7zh
    @GCrypt-ry7zh Před měsícem +6

    Love the new Godot Videos! Watching them religiously and learning so much! PLEASE KEEP IT UP! I would love to see something on more advanced 2d movement mechanics drawing from difficult games like Celeste and Jump King. Maybe a "Make your first precision platformer in Godot" or an intermediate platformer walkthrough with combat and more advanced movement, etc. THANK YOU!

  • @Cezkarma
    @Cezkarma Před 2 měsíci +81

    Even though I already know how to use GDScript, I will still be watching this entire video, because I'm just so happy that you're back!

    • @general_jacob8949
      @general_jacob8949 Před měsícem +3

      If you haven't, make sure that you do. I have been using GDScript for awhile now and this video still pointed out some things to me in a way that I had not thought about previously.

    • @nikolaydanailov1605
      @nikolaydanailov1605 Před měsícem

      @@general_jacob8949 Exactly. I feel like even the most seasoned developers can always learn something from a Brackeys video.

  • @kaydenmecham1189
    @kaydenmecham1189 Před 2 měsíci +34

    Brackeys I am so glad that you are back and working in Godot! I am a new programmer working my way through college, and started making video games as a hobby. I used to watch your videos for Unity, but after all the drama last year, I became disheartened with Unity, and took a break. At the start of this year I started researching other options, and began coding in Godot. I'm still pretty new to it, and am looking forward to using your videos to help myself improve.

  • @retexcrafted
    @retexcrafted Před 2 měsíci +7

    i actully started to use godot like 3 days before your arival so now having this is a blessing finding whats in the second half of the video is harder than it should be

  • @ssitalumni2525
    @ssitalumni2525 Před 2 měsíci +6

    Those interjections that you make are really funny. They do help in breaking the monotony.
    Also shows that tou havent lost your funny side. 😊

  • @rummanjamil1054
    @rummanjamil1054 Před 2 měsíci +13

    I have been watching your videos for the better half of a decade and it is no exaggeration to say that you are the sole reason for my career in game dev. I will always be grateful to you for everything you have done and are doing. I have been looking forward to getting into godot but could never find the proper motivation to do so but now here we are again. Thank you from the bottom of my heart and keep making awesome videos.

  • @AamitRudberg
    @AamitRudberg Před 2 měsíci +28

    You are raising the next generation of gane devs i cant describe how happy i am

  • @Definitely_a_Fox
    @Definitely_a_Fox Před 2 měsíci +2

    Even as a person who has already been meddling with Godot for at least a little while, I know I'll absolutely be coming back here for refreshers every once and a while!

  • @CfopCubing
    @CfopCubing Před měsícem +4

    Brackeys!! Yes!! Please more Godot tutorials! The community is growing very fast. :D

  • @_EF_
    @_EF_ Před 2 měsíci +27

    Been waiting for this one

  • @matthuber6270
    @matthuber6270 Před 2 měsíci +4

    Hey Brackeys I've just got to say that I started watching your Unity videos just weeks after you left, and it is so fun to follow along while you post in Godot. Take care and keep up the good work! Making games is so much fun but I would not have ever started without your videos.

  • @DuctTapeJake
    @DuctTapeJake Před 2 měsíci

    I've already been working in GDScript for a while but this video was so clear and concise that I still feel like I learned things!

  • @Phantom2124
    @Phantom2124 Před 2 měsíci +8

    These Godot videos have come out exactly when I needed them. Love em

  • @kbbbvanderson
    @kbbbvanderson Před 2 měsíci +6

    I'm in the middle of doing another person's tutorial, but I had to stop that and watch Brackey's video as soon as it came out. Brackeys is just too dang good!!

  • @BluesInSeattle
    @BluesInSeattle Před 2 měsíci +1

    I don't even make games anymore but dang it's awesome to see you on CZcams smiling again. I watch the videos to see what it's all about.
    You always had fun videos to watch.

  • @mwhito3o292
    @mwhito3o292 Před 2 měsíci

    these last two videos that you uploaded have been a great help! theyre very informative and entertaining. i cant wait for the next one!

  • @headmill
    @headmill Před 2 měsíci +19

    I've had so much fun with Godot, and I'm so happy to see the community growing. Thank you for these videos!

  • @TheRealAfroRick
    @TheRealAfroRick Před 2 měsíci +8

    Glad to have you back. You have a knack for explaining to beginners so I'm so happy you are supporting the Godot community.

  • @dhedarkhcustard
    @dhedarkhcustard Před měsícem

    This is such a great video for an intro to gdscript. High quality and to the point, and I'll be bookmarking it for when I pick up godot again! I didn't realise how much I was missing Brackeys, so thank you for returning with your exceptional quality.

  • @MilesKilometer
    @MilesKilometer Před měsícem +2

    Dude Brackeys you make this stuff so interesting and understandable. The examples you give for use-cases for all of the code you're teaching us is leaps and bounds more helpful than so many other tutorials and lectures I've seen. You make me excited to code, I have *NEVER* been excited to code!

  • @the.great.majora
    @the.great.majora Před 2 měsíci +4

    it been literally 2 week im waiting for this video, im soooo excited :))

  • @Lionblaze-Prime
    @Lionblaze-Prime Před 2 měsíci +3

    I just started studying Godot and these videos pop up. It's like he came back just to assist me.

  • @noxielefay9153
    @noxielefay9153 Před měsícem +1

    Bro I love you

  • @AshishSharma-pm1dc
    @AshishSharma-pm1dc Před měsícem +2

    Brackeys, I started making games in Unity and used to follow your tutorials back in college. Now, after roughly 7 years, I have started learning Godot and this tutorial is a great way to start. Thanks for all the help man:):)

  • @reddizzato_per_bene
    @reddizzato_per_bene Před 2 měsíci +4

    YAY HERE YOU ARE AGAIN! LOVE YOU BRO ❤

  • @PlushmayhemVT
    @PlushmayhemVT Před 2 měsíci +3

    Yippee!!!!! Thank you so much for this (to be watched) and the previous video. I've learned so much already and was able to add a bunch of features to the base tutorial game like double jumping, coin blocks, moving platforms that change direction when colliding and more!! You've given me an amazing foundation to understanding godot with that one video and I'll never be more appreciative, thank you thank you!!

    • @PlushmayhemVT
      @PlushmayhemVT Před 2 měsíci

      Having watched it, again thank you!!! Lots of great stuff in the second half especially. As for future videos, I'd love to learn about behaviour trees! There seems to be a lack of good information on them in the Godot community and it's something I have a lot of interest in utilizing

  • @dotJamo
    @dotJamo Před měsícem

    I've been learning Godot for a few weeks now and thought I knew the basics of GDScript well enough until you got to enums, then many things past that point were new to me. Great video!

  • @NoQueso_
    @NoQueso_ Před 2 měsíci

    Thank you King! Welcome back again and cant wait for more Godot videos!

  • @johnengland5853
    @johnengland5853 Před 2 měsíci +9

    It is unreal how coding in GDScript seemed impossible to me, and this bastard comes and makes it easy!

    • @saibamoe
      @saibamoe Před 2 měsíci +3

      it was already pretty easy though, let's be real, he just gamified the docs :)

    • @johnengland5853
      @johnengland5853 Před měsícem +4

      @@saibamoe thing is, it's not too hard, it's just that I couldn't find anyone that explained the diferent parts without being just a game tutorial

  • @elijahb5369
    @elijahb5369 Před 2 měsíci +3

    Happy to have you contributing to the Godot community! I really hope you do some content on c# and GDExtension.

  • @TheOnlyWaldfee
    @TheOnlyWaldfee Před 2 měsíci

    I have been programming games for over 10 years, including over a year in Godot and GDScript. I enjoyed every second of this video!!!

  • @underlife8858
    @underlife8858 Před 2 měsíci

    Only two weeks after the first Godot video, and you have made a well edited and nearly hour long video on GD script!
    That is really impressive, so thank you!

  • @ijlyt
    @ijlyt Před 2 měsíci +6

    thanks for coming back brackeys 😭

  • @codinghuman9954
    @codinghuman9954 Před 2 měsíci +5

    I do not use Godot, I don't know if I ever will, I don't even do much game development anymore, but boy do I love Brackeys and boy did I miss him!

    • @codinghuman9954
      @codinghuman9954 Před 2 měsíci +4

      Also, yes, yes I did watch the whole thing.

  • @user-gl9hf7ix5d
    @user-gl9hf7ix5d Před 2 měsíci

    It's just so great that you're making videos again! I love your channel and have been subscribed for a long time! Keep up the awesome work!!

  • @andyhattabaugh3646
    @andyhattabaugh3646 Před měsícem +1

    I love his attitude, he seems genuinely happy to teach us!

  • @paulsteiner555
    @paulsteiner555 Před 2 měsíci +5

    Please keep making videos! I'd love to see a video about 3D in Godot.

  • @pingpong1585
    @pingpong1585 Před 10 dny +3

    Uploaded unity bangers...
    Disappeared for 3 years...
    Came with godot tutorials...
    Again disappeared...
    Real chad 🗿

  • @BizzareBread
    @BizzareBread Před měsícem +2

    I'm glad your back Brackeys you helped me a ton when i started game creation

  • @mishanshah6827
    @mishanshah6827 Před měsícem

    Watching the tutorials from the start of the series has motivated me to keep following through. Can't wait for the next video!!

  • @SharkPivo
    @SharkPivo Před 2 měsíci +5

    It's hard to come up with exact words to describe how glad I am to see godot tutorials made by someone as experienced as brackeys.

  • @drakenroft
    @drakenroft Před 2 měsíci +3

    For me now the official acronym for GDScript is Gandalf Script.

  • @Starlight-Cipher
    @Starlight-Cipher Před měsícem

    Glad to have you back.

  • @NasosDriv
    @NasosDriv Před 2 měsíci

    i really love that you came back from being inactive after so long. Happy to see you back and your work is better than ever! (I already learned godot thanks to your tutorial)

  • @Amckinator
    @Amckinator Před měsícem +4

    I would like to see a tutorial about shaders in godot

  • @TAD.Animation
    @TAD.Animation Před 2 měsíci +5

    Welcome back, King 👑

  • @StallionTG
    @StallionTG Před 2 měsíci +2

    This is the best tutorial on just general programming I have ever seen.

  • @twirlincurtis
    @twirlincurtis Před měsícem

    Two EXTREMELY good videos back to back! Thanks for these and its good to see you making a few videos again!

  • @ihzangetsu
    @ihzangetsu Před 2 měsíci +14

    19:07 okay, I wasn't ready for this joke, lol

  • @fredimachadonet
    @fredimachadonet Před 2 měsíci +5

    Awesome! Thanks for your amazing content. Are you also doing C# tutorial for Godot?

  • @BlobOfAwe
    @BlobOfAwe Před 2 měsíci

    This comes at the perfect time! I watched your Unity videos religiously and they've helped me become quite fluent in Unity. This summer I was hoping to learn a new game engine, and so this is the perfect opportunity!

  • @HoldUpVersuxx
    @HoldUpVersuxx Před 18 dny

    Thank you for coming back, it just feels good to learn to create games from you.

  • @aL3891_
    @aL3891_ Před 2 měsíci +12

    this is really awesome but i do hope you'll talk about the c# support in godot as well at some point 🙂

  • @pl4yerzdev417
    @pl4yerzdev417 Před dnem +5

    2 Months later. That's it? Hoped you would upload more frequently again wiith interesting tutorials or Projects again...

  • @lazybird5316
    @lazybird5316 Před měsícem

    I'm glad you're back and thank you for this video. It has made me more comfortable with GDscript and has made me more confident in my game ideas.

  • @Cretaal
    @Cretaal Před měsícem

    Thank you so much. Not just for coming back, but coming back to teach us Godot after what Unity put us through. You're the hero we don't deserve.

  • @ranz1040
    @ranz1040 Před měsícem +7

    @Brackeys can you teach 3d in godot to pls

  • @RedSky8517
    @RedSky8517 Před 2 měsíci +2

    Pyhon-syntax 0:09

  • @MisterPineTree
    @MisterPineTree Před 2 měsíci

    These Tutorials for Godot are literally the best I've seen in a long time! Please, please make more :D

  • @dankodev
    @dankodev Před 2 měsíci

    The part about signals had me on the edge of my seat. With Brackeys making videos again, nothing will stop Godot!!!

  • @Zyloxim
    @Zyloxim Před 2 měsíci +471

    Under 1 Hour gang

  • @SheriffBigbadwolf
    @SheriffBigbadwolf Před 2 měsíci +4

    Upload more GODOT game dev tutorial, we have all the hopes on you Brackey

  • @gabe_0x
    @gabe_0x Před 2 měsíci

    I love the way you explained classes and instances.

  • @ZETTINGZinc
    @ZETTINGZinc Před 2 měsíci +1

    Ive been trying to learn GDScript and Godot for the past 7ish months (no prior experience on coding + gamedev) and OHMYGOD I don't know why but the way you explained properties just clicked!!! I just spent 45min on the first 7 minutes of this video exploring more and playing around with the font properties. I finally understand how to reference a class, and then read the documentation for each property like wtf!! I also figured out for example on the Label node in the Inspector, whatever Property you would like to know more about you can right click on it and you can copy the property path and open the documentation for that property. Wow thank you!!

  • @gelloHimself
    @gelloHimself Před 2 měsíci +6

    Who is learning Godot after he learned Unity like me?

  • @fabriziotobia9646
    @fabriziotobia9646 Před 2 měsíci +9

    Nice! Next video C# in Godot? 🙂

    • @4jasai
      @4jasai Před 2 měsíci

      hes gonna be using gd script for all his tutorials

  • @led-0185
    @led-0185 Před 11 dny +1

    This video also doubles as a simple but robust introduction to programing. All the basic concepts are explained in short, easy-to-understand ways while also showing their applicability.
    Thank you very much for this tutorial.

  • @khaelou
    @khaelou Před měsícem +1

    Bro, glad you’re back. I remember when you first started Brackeys, it’s been so long.

  • @ayushmishra8505
    @ayushmishra8505 Před 29 dny +3

    Waiting for a 3D tutorial

  • @grass324
    @grass324 Před 2 měsíci +4

    cool now c# godot next

  • @williamhawthorne134
    @williamhawthorne134 Před měsícem

    Love the tutorials so far. Clean and beginner friendly, while still slipping in a few useful hints for more experienced developers. I'm going to recommend these to my nephews.

  • @Sleir_
    @Sleir_ Před měsícem

    this is wonderful Brackey & co! i loved your unity playlist back then, i cannot express my gratitude and enthusiasm enough, thank you!

  • @VitaliyMB
    @VitaliyMB Před měsícem +3

    What about C# support in the new version of Godot? Will there be a video about this for those who learned C# for Unity?

    • @PuffyDev
      @PuffyDev Před 18 dny

      I think gd script should be the only language, two languages in one engine dosnt work well, gd script is similar to lua so it’s not that hard to learn

  • @breytenbach.b
    @breytenbach.b Před 10 dny +3

    Where are you Mr Brackey? We Need more content! 😅

  • @eziowayne
    @eziowayne Před 2 měsíci

    I LOVE THAT YOU’RE BACK!!

  • @SHELL_TUNE
    @SHELL_TUNE Před 28 dny

    this is genuinely the best GDScript tutorial i've ever seen, i struggle with ADHD and videos like this usually make me zone out the whole time but brackeys' voice is so engaging that it's really interesting

  • @VRzone-jp2fj
    @VRzone-jp2fj Před měsícem +3

    brackeys will you continue to make godot toutirsals or are you leaving now

  • @Monke-12zgd5
    @Monke-12zgd5 Před 16 dny +3

    wil there be a 3d game tutorial

  • @bunsbof
    @bunsbof Před měsícem

    Good to have you back

  • @fightinggamescombos6820
    @fightinggamescombos6820 Před měsícem

    YOU'RE BACK!!!!!!!!!!! thats awesome!