My experience with Godot so far (8 months into my new project)

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • I wanted to share my earnest opinions about Godot: the good things the engine offers, some of the worrying things I experienced, and also one "bad" thing, about the feature I miss the most after working with Unity for many years.
    0:00 the good
    7:23 the worrying
    10:02 the bad
    12:55 the verdict
    Don't hesitate to comment asking questions about the project, game design or programming, or suggesting ideas.
    If you like what I do, you can support me in several ways:
    - Patreon: / puzzlinggamedev
    - Ko-fi: ko-fi.com/marcosd
    - Visit my page on itch and try my free games, purchase my paid games and/or donate:
    marcosd.itch.io/
    - I also have some of those games on Steam:
    store.steampowered.com/search...
  • Наука та технологія

КОМЕНТАРІ • 12

  • @Rikaisan
    @Rikaisan 8 днів тому +2

    I was about to say "but there is a scene view!" However, you are right, it's only for the hierarchy and not for the viewport:(

    • @puzzlinggamedev
      @puzzlinggamedev  8 днів тому +1

      Yes, it's a pity. I hope they add something like it at some point. But it's nothing deal-breaking for now :)

  • @noncom
    @noncom 11 днів тому +2

    This is really helpful. Thank you for making the video.

    • @puzzlinggamedev
      @puzzlinggamedev  11 днів тому +2

      I'm glad! I hope you can decide better if Godot is for you. Good luck!

  • @SRY295
    @SRY295 7 днів тому +2

    thank for sharing.
    11:30 other workaround I can think of is make @tool script. this will make that script run in editor. then make the export checkbox that when you press, it's trigger function that generate level right in the editor.
    this can also help the performance when testing too, because you don't have to generate level every time the game run.

    • @puzzlinggamedev
      @puzzlinggamedev  7 днів тому

      Thanks for the tip! I still have to investigate the editor scripting tools; perhaps I'll make a video about that sometime! :)

    • @jacksonwaschura3549
      @jacksonwaschura3549 2 дні тому +1

      I've been investigating this option as well and I would love to hear your thoughts after you try it!

    • @americoperez810
      @americoperez810 День тому +1

      My thoughts also went to creating a tool script. That's usually what people do when they need to be able to see the output of some code at in the scene view without having to run the game. These tool scripts help a lot to prototype quicker.

    • @jacksonwaschura3549
      @jacksonwaschura3549 День тому +1

      Seems like turning everything into a tool script is a little annoying. Not sure if it's an issue or just the normal workflow, but all dependencies of a tool script must also be tool scripts, so it turns every procedural generation library / utility into a tool script.

    • @puzzlinggamedev
      @puzzlinggamedev  День тому

      @@jacksonwaschura3549 Ah, sad but good to know! Thanks for the info :)

  • @purefoton
    @purefoton 9 днів тому

    Thanks for sharing your thoughts.