Tutorial: 3D Navigation Basics in Godot 4

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 40

  • @aligmayu5322
    @aligmayu5322 6 місяців тому +55

    PLEASE DONT STOP MAKING GODOT TUTORIALS

    • @BKD639
      @BKD639 5 місяців тому

      Why not 😅?

    • @8083music
      @8083music 3 місяці тому

      Agree

  • @mattgrahek300
    @mattgrahek300 6 місяців тому +28

    Dont stop with your tut videos. I love your cadence, explanations, and voice. Youre doing an amazing job with everything. The video edits, the video transitions, the references to info. Youre good.

    • @elderdragon7856
      @elderdragon7856 5 місяців тому

      Where did he say that he was going to stop making more tutorials?

  • @owenlloyd2528
    @owenlloyd2528 7 місяців тому +10

    Excellent tutorial. Detailed but concise, no waffle. And useful 'addendum' notes. Thank you.

  • @Father_mephedrone
    @Father_mephedrone 5 місяців тому +6

    Thank you for your guide! Please, don't stop making tutorials.

  • @313Blc
    @313Blc 5 місяців тому +2

    I want to thank you for Udemy GODOT, where you were the only one who convinced me that these courses make sense. I have tried many courses, but yours is the best I have seen and purchased so far in terms of clarity for a beginner With many thanks Balcar.

  • @rerere1569
    @rerere1569 6 місяців тому +3

    Hey just wanted to say thank you for your godot tutorial series on Udemy, very high quality, great explanations, helped me a lot to get a jump start!

  • @kylebartter5477
    @kylebartter5477 7 місяців тому +2

    So glad to see you're still making videos! Love your teaching style

  • @leandroverse
    @leandroverse 7 місяців тому +2

    You are back! Thank you

  • @letsgoashe
    @letsgoashe 4 місяці тому

    You have made learning Godot so easy! Thank you for your videos tutorials, they're amazing! (Also love the DevLog and the game update! Looking forward to more of those!)

  • @tldmbruno
    @tldmbruno Місяць тому

    A masterclass in teaching, congratulations.

  • @EssensOrAccidens
    @EssensOrAccidens 3 місяці тому

    You are probably gifted, but certainly excellent, at tutorials. Glad to subscribe.

  • @Big_Theft_Auto
    @Big_Theft_Auto 5 місяців тому +1

    This is THE series, I am just going to wait for part 2 and do something else in my game while you make the video about AI because i really liked this one

  • @ACatWithACrown
    @ACatWithACrown 7 місяців тому +2

    Quite literally just started doing this moments ago!!

  • @leonhardeuler4536
    @leonhardeuler4536 17 днів тому

    we need more 3D tutorials

  • @kritik_mb2144
    @kritik_mb2144 7 місяців тому +4

    Can I request a tutorial where you show us how to make enemy movement smooth and not snap to navigation path like it is shown in this video?

    • @BramwellWilliams
      @BramwellWilliams  7 місяців тому +2

      The main thing you're going to want is a move_toward or lerp function in the NPC script when setting the velocity - something like:
      ```
      velocity = velocity.move_toward(velocity_target, 10.0* delta)
      ```

    • @kritik_mb2144
      @kritik_mb2144 7 місяців тому

      @@BramwellWilliams I tried lerping before, it didn't work like I wanted it to and I saw Sebastian Lague do some complex stuff to smooth out the navigation path so, I thought I was missing something.

    • @michaeljburt
      @michaeljburt 7 місяців тому

      There's settings in the navigation agent that sets how close it gets to the target and path. The target is the end point and the path is each point along the path. If you loosen the requirement along the path your character should move more smoothly.

  • @nowherebrain
    @nowherebrain 6 місяців тому

    Orange + cab!!!!! I see your guitar as well....nice, I didn't even know you played...

  • @kermitplaysminecraft1012
    @kermitplaysminecraft1012 28 днів тому

    you haven't posted a video in a while so idk if you stopped or not, but can you please make a tutorial on how to pick up items please? I am trying to make a game and it will be really helpful.

  • @DrewtyScooty
    @DrewtyScooty 3 місяці тому +1

    CAN YOU DO ONE FOR JUMPING literally HAVE NO CLUE HOW TO DO THAT

  • @cerberusmutt4252
    @cerberusmutt4252 6 місяців тому

    I would love a tutorial on first person 3D Ladders, if that hasn't been done before

  • @tarsyth3433
    @tarsyth3433 3 дні тому

    Wow, you are such a pleasant person :3

  • @cxvxcbcxn
    @cxvxcbcxn 2 місяці тому

    I like your videos. I think I wanna learn Godot with you. 😊 Do you still make new content?

  • @EVILGUN-jr5ix
    @EVILGUN-jr5ix Місяць тому

    For some reason my "ui_accept" and my "ui_cancel" both dont get triggered when pressed??? I ended up having to replace the keybinds with custom ones and replacing where it said "ui_accept" in the code lol, but these two 3D turtorials have been super great!

  • @ChichiKugel
    @ChichiKugel 5 місяців тому

    Very good video, but could you do "the same thing", just with Terrain3D ground instead of these CSGBoxes? I want to make an NPC following me ( the player ) but its a bit complicated with Terrain3D.... That would be wonderful!

  • @Carkoon
    @Carkoon 7 місяців тому +3

    Does your course on itch consist of step by step videos or is it text-based?

    • @BramwellWilliams
      @BramwellWilliams  7 місяців тому +2

      All text based - there are a few free chapters for download if you want a feel for what the guides are like 😊

  • @jackwinner4810
    @jackwinner4810 6 місяців тому

    Great tutorial man AWESOME.
    Qurestion how can I do a SHADOW in the place for to know where am I ??? Like Super Mario 3D Land for the 3Ds (please se 2 minutes of game play)
    Thank you for this GREAT WORK

  • @clajps0n200
    @clajps0n200 2 місяці тому

    What about dynamic obstacles? Thanks.

  • @dangosjv7193
    @dangosjv7193 22 дні тому

    In Godot 4.3 all navigation node is marked as experimental. Is it going to be removed? Is there another way for pathfinding?

  • @spyro2619
    @spyro2619 6 місяців тому

    Can you make tutorial for how i make horror game?

  • @Angel-Otk
    @Angel-Otk 3 місяці тому

    How do you make it into a character?😭💀

  • @Devlopergabut
    @Devlopergabut 3 місяці тому

    Hello bro, I'm here to ask how to make the NPC move randomly without clicking the space button because it's very complicated if we use the player.

  • @kardrasa
    @kardrasa 7 місяців тому

    love u bby boy