TWEAK your Game VALUES Directly in the Godot Editor

Поділитися
Вставка
  • Опубліковано 12 чер 2024
  • 🖈 RELATED GODOT DOCS: docs.godotengine.org/en/stabl...
    ▶︎ GODOT 4 COURSES : school.gdquest.com/godot-4-ea...
    Early Access Starting Jan 30
    🎓 FREE APP "Learn GDScript From Zero" : www.gdquest.com
    🎮 Free Interactive Tour - The Godot Editor - www.gdquest.com/tutorial/godo...
    🗨 GDQuest Discord Community : / discord
    ------------------------------------------
    🖋 SYNOPSIS
    While creating a game game, it's often easier to tweak values in the editor or while the game is running without having to search for them in your source code. That’s what export annotations are for. We use them any time we want to tweak values in the inspector. In Godot 4, you can now also create custom groups for them.
    #gamedev #gameengine
    -------------------------------------------
    CC-BY 4.0 LICENSE
    Terms: creativecommons.org/licenses/...
    Attribute To: "CC-By 4.0 - GDQuest and contributors - www.gdquest.com/"

КОМЕНТАРІ • 28

  • @YuriSizov
    @YuriSizov 5 місяців тому +20

    Worth mentioning that annotations are supported by the editor's built-in documentation as well. So you can Ctrl-click on the name of an annotation in the script to get to the relevant description, see examples, and learn about supported parameters.

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

    Great! The docs are pretty good, but you need to know something exists first. I was unaware of all the export options. Thanks for the video.

  • @user-ut6yq8zb3z
    @user-ut6yq8zb3z 5 місяців тому +1

    You are making a great job Nathan ❤️‍🔥

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

    Was looking for this last week, thanks

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

    Very interesting tips, thank you Nathan.

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

    Thank you sir
    Pls upload more complete 3d courses on godot 4 sir..

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

    Thank you!

  • @WiLDbEAsTGameSHere
    @WiLDbEAsTGameSHere 5 місяців тому +3

    Happy new year 🎉

    • @Gdquest
      @Gdquest  5 місяців тому +3

      Thank you!! Same to you! 🎊

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

    Export variables are such a great way of making the process of making games/applications much quicker. I should really use them more often when I can ^^"

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

    good video

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

    Can export also allow other scripts to access the variables?

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

    Can your tutorial car selection menu in godot?

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

    Please talk about setget, another powerful one but newbies don't even know existing

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

      Thank you for the suggestion!

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

    There is still an issue where exported classes or enums don't look the same in the remote editor 😔

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

    There is a typo on 0:57 where it says the offer is valid until Jan 30 2023

  • @brycea5452
    @brycea5452 5 місяців тому +3

    So if you adjust an exported value while the game is running, it'll update in real time? (without having to restart the game)

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

    Hi. If I buy the godot 4 starter kit. Will I get future courses for free?

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

      Hello. You would get the 3 courses in the Great Godot 4 Starter Kit and any updates pertaining to these 3 specific courses for Godot 4.

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

    For whatever reason, I'm not seeing the link to the documentation in the description. It should be easy enough for most people to find, but I wanted to call this out.

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

      Good point. Thanks!

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

    I remember this being way more complicated in Unity, ahahah! :P

  • @seppoday
    @seppoday 5 місяців тому +7

    To be honest I am kinda dissapointed. I partially knew topic from documentation. What I saw here was export with enum, export_range and export_group. No mentions about export_subgroup, export_category, export description and probably few more things. Those stuff could be easily added and fit into 10 minutes video. It would be way more informative...

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

    First?