Animated Main Menu - Godot 4 3D Tutorial for Beginners

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

КОМЕНТАРІ • 31

  • @pastellepuppy
    @pastellepuppy 8 місяців тому +6

    I don't know if you are sensitive to people mentioning it, but I really like the gliding in your articulation. Keep up the great tutorials

  • @ratiphi
    @ratiphi 8 місяців тому +2

    great video. love the series. my water wasn't jittery but that's ok I still learned something 😂

  • @KaranMeena-s5z
    @KaranMeena-s5z 7 місяців тому +7

    Plz make tutorial on Enemy ai Boss 3D

  • @FuelSparkRace
    @FuelSparkRace 7 місяців тому +8

    waiting patiently for the save game, block choosing

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

      iam also waiting to learn how i can save these complex coordinates.

  • @서로사랑하고아껴줘요
    @서로사랑하고아껴줘요 Місяць тому

    cool and good tutorial

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

    I really appreciate this tutorial and your other tutorials.
    I would like to say that I found making separate menu and main menu scripts ends up being somewhat redundant as all processes could be handled within a single script. I say this because I ran into an issue where when I tried to create an options menu for the main menu and attached the "menu.gd" script to both scenes. When I next opened my project Godot told me the main menu and options menu scenes were corrupted and could not be opened. Neither file was corrupted but a dependency related to the "menu.gd" was definitely the cause, because editing the ".tscn" files to remove the script extensions and then deleting "menu.gd" and copying its text into "main_menu.gd" fixed everything.

  • @lusenteus1272
    @lusenteus1272 2 місяці тому +1

    Sorry, how to make the choice of different blocks when you build?

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

    How can I have the anchor preset making the object centered? It stays in the top left corner 😰

  • @alfredogodoy6854
    @alfredogodoy6854 8 місяців тому +3

    NOICE

  • @reanaru4209
    @reanaru4209 8 місяців тому +2

    Please make tutorials for place other blocks like dirt, rock.

    • @Samuel11959
      @Samuel11959 8 місяців тому +2

      all you have to do is change the block index to somthing else, for isntance if wood is the 4th (the index starts at 0) on the list of blocks in your gridmap just use the number 4, or even implement a system to change the number

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

      he made it

  • @고자ryan
    @고자ryan 3 місяці тому

    what about the load button?? i would really appreciate it if you tell us how to make a loading system.

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

    Interesting, it feels like I'm missing something. I went through your "complete crash course" -- and then I learn you're going to continue it, and then I notice you have a more fleshed out "world" -- I guess we were supposed to make a more robust level? Even though the gridmap is kind of cool, I feel it's a bit tedious to build levels this way.

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

    I'm currently waiting for a bar for picking and choosing blocks to place.

  • @meezi2987
    @meezi2987 8 місяців тому +7

    Make tutorial how to generate terrain like in Minecraft, or though flat

    • @trooper9898
      @trooper9898 8 місяців тому +5

      This please! Procedural generation and chunk rendering in Godot 4 for a Minecraft-like world seems really complicated

    • @asdfghjkl-jk6mu
      @asdfghjkl-jk6mu 7 місяців тому +3

      @@trooper9898 because procedural generation is. if you're still watching tutorials for basics things like i wouldn't advise doing this rn

  • @funguy398
    @funguy398 8 місяців тому

    I have a suggestion:
    Quest/dialogue implementation OR assets.
    Do you stop a game when conversation starts like in elder scrolls or left it running like in neverwinter nights?
    How to save quest/dialogue progress between scenes/saves?

  • @TIkiDev-17
    @TIkiDev-17 7 місяців тому +1

    How to make 3d camera rotation on mobile device?

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

      same way just different controls (im assuming you mean the Godot mobile version, not the Godot pc version exported to Mobile).

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

    i tried more than 20 tutorials but my buttons are not clickable please someone help im tired trying everything

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

    I have noticed that the preload const in menu corrupts the scene or even the world scene. It might also be that I tried makin a bind to go back to the menu when pressing escape and that mightve also corrupted the scene im not sure what of these two caused this but i would like to fnd a fix if anyone has one.

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

      Idk if you still need help but my best advice is to not do what you are doing look for an alternative way of doing what you are trying to do. change_scene_to_packed() removes the current scene from the Scene Tree and deletes it. Since the main menu scene is now deleted from the scene tree you were essentially asking your game take you somewhere that no longer exists, which it cannot do.

    • @6vk7hd
      @6vk7hd 4 місяці тому

      @@helter1234 ohh ok ty

  • @funny.11114
    @funny.11114 8 місяців тому +1

    Make more tutorials, please!!!

  • @jasonwilliams8730
    @jasonwilliams8730 8 місяців тому

    👍