Godot Foliage Tutorial - Quick-Start (Part 1 of Spatial Gardener Tutorial)

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • ИгрыИгры

Комментарии • 46

  • @alright4422
    @alright4422 Год назад +2

    OK, that is one of the most useful addons in Godot. I will probably use it in all of my projects from now on. Thank you, man

  • @yvanvan3729
    @yvanvan3729 2 года назад +7

    Amazing work ! thanks you very much for sharing it with the Godot community.

    • @dreadpon
      @dreadpon  2 года назад +4

      Yeah, Godot is awesome.
      Some things were tough but it was an amazing experience really!

  • @gwtuts4061
    @gwtuts4061 2 года назад

    I was waiting for this, thank you

  • @Pumpkinwaffle
    @Pumpkinwaffle 2 года назад

    This is seriously awesome!

  • @Flavelius
    @Flavelius 2 года назад +1

    Looks polished, very nice.

  • @peadamo
    @peadamo 7 месяцев назад

    This is beautiful, thank you very much!

  • @ArabPhalastine
    @ArabPhalastine 2 года назад +1

    You are crazy awesome godoter. Thank you alot

  • @deerdev6511
    @deerdev6511 2 года назад

    wow that looks so useful, thank you!

  • @Rikikiz
    @Rikikiz 3 месяца назад

    thank you for the plugin ! Great job !

  • @AbdouMadjidi_.
    @AbdouMadjidi_. Год назад +1

    dude this tool is impressive ! you must contact the godot project leader to put it in the engine as an official tool

  • @karimedx
    @karimedx 2 года назад

    💛💛💛💛, just awesome.

  • @HamphreyJnr
    @HamphreyJnr 2 года назад

    Awesome man, thanks

  • @EeVeE3D
    @EeVeE3D 2 года назад

    Great work...

  • @plopsis
    @plopsis 2 года назад

    Amazing

  • @wolfboos
    @wolfboos 2 года назад

    Good luck my dude

  • @REZOMATOR
    @REZOMATOR Год назад

    Thanks!!!

  • @minimalstory
    @minimalstory 2 года назад

    youre coding magic is cool!!

  • @Cluxiu
    @Cluxiu 6 месяцев назад

    legend.

  • @gdub623
    @gdub623 Год назад +1

    This is really incredible. If you don’t mind me asking, what tool did you use to make the islands you painted on in the demo. Did you create them in something like blender and just import them, or did you us another plug-in to create the islands themselves in godot? Thanks again for such an awesome tool!

    • @dreadpon
      @dreadpon  Год назад +1

      Sorry that it took so much time for me to answer.
      All 3D objects were taken from the web. You can actually find a comprehensive list of them on my GutHub repo: github.com/dreadpon/godot_spatial_gardener#third-party-credits
      Islands were heavily edited in Blender to add paths and unify polygon density across them. Plants were mostly edited to create additional LOD models, no drastic changes to the original meshes were made.

  • @Lucas-gg9yb
    @Lucas-gg9yb Год назад +2

    4:50 it's not working on my project
    is it required to have the different LODs?

  • @Wonkabonka
    @Wonkabonka 2 года назад

    Naaah, how did you create the wind effect on the trees and bushes, that shader looks crazy

  • @wungielpolacz9232
    @wungielpolacz9232 6 месяцев назад +3

    Can you make support for all other files of models? I mean .fbx, .obj, .tscn etc. It would be really helpful. Now I can't use it properly. Like, using .tscn in this next windows (not mesh) makes assets invisible in game scene. And I don't want to use .mesh all the time.

    • @Maanjiro_g
      @Maanjiro_g 2 месяца назад +1

      im having the same problem here

    • @Maanjiro_g
      @Maanjiro_g 2 месяца назад +1

      i dont even know how to convert .glb to .mesh

    • @wungielpolacz9232
      @wungielpolacz9232 2 месяца назад

      @@Maanjiro_g Actually I solved that a bit. Like, I'm forced to be using .mesh files. But I know now how to create them and use properly. Do you have Discord account? I can add and help you wit that.

  • @connorlawless235
    @connorlawless235 5 месяцев назад

    This looks really good, but sadly, I get one of two errors when trying to use it:
    Error one, the demo assets as a tres file are the wrong resource class (e.g. plants_grass_lod0.tres)
    Error two, using a tscn file paints the file in, but the assets do not display in debug gameplay, and the demo assets only show in the inspector as collision wireframes in the first place.
    What am I doing wrong? Any help from anyone is hugely appreciated

  • @kraig800i
    @kraig800i 2 месяца назад

    I have trees from Tree It of which only seems to save in OBJ and your plug in says it supports OBJ. But when I drag and drop the model from the file system window into the mesh + box, it doesn't seem to want to add it.
    Every time I try and paint the landscape it keeps bringing up the message
    Apply Arborist MMI changes
    Apply Arborist MMI changes
    Apply Arborist MMI changes
    Apply Arborist MMI changes

  • @wungielpolacz9232
    @wungielpolacz9232 5 месяцев назад

    Can I make trees disappearing at the distance?

  • @antlermind
    @antlermind 9 месяцев назад +3

    So this only works with .mesh filetypes, is there any way to use this with gltf?

    • @dreadpon
      @dreadpon  8 месяцев назад +1

      When Importing from Blender, you need to save meshes to individual files (this can be enabled via Godot's import settings)
      Using .mesh/.tres meshes enables Godot to use rendering optimizations because .mesh/.tres files are 3D objects in the simplest form (in Godot's ecosystem of course)
      Imported .gltf files represent an entire scene hierarchy which cannot be used in batched mesh instancing (which is what my plugin/Godot's multimeshes use). It's impossible on the engine level.
      You CAN assign .gltf scenes as "spawned spatials" when configuring a plant, but this WILL IGNORE rendering optimizations. This setting is meant for collision bodies of rare-ish plants (like trees), while still utilizing .mesh/.tres files for actual geometry

    • @NilsMoller
      @NilsMoller Месяц назад

      @@dreadpon I'm struggling to find how to do this. Could you point me to a good explanation?
      EDIT: It's under advanced settings, and must be done individually for each blend file. Very tedious for many blend files at once sadly.

  • @MaVaMemes
    @MaVaMemes 8 месяцев назад

    i download all from godot/AssetLib, cant find a single meshe and demo in the files, can you help me?

  • @favkisnexerade
    @favkisnexerade Год назад

    density setting doesnt work

  • @igorgiuseppe1862
    @igorgiuseppe1862 2 года назад

    Unable to load addon script from path: 'res://addons/dreadpon.spatial_gardener/plugin.gd'. This might be due to a code error in that script.
    Disabling the addon at 'res://addons/dreadpon.spatial_gardener/plugin.cfg' to prevent further errors.

    • @dreadpon
      @dreadpon  2 года назад

      What version of Godot are you using? What operating system do you have?
      Whatever the case, I advise to file a bug report using GitHubs Issues, as it will allow me to keep track of all the problems that arise:
      github.com/dreadpon/godot_spatial_gardener/blob/master/reference/CONTRIBUTION.md

    • @igorgiuseppe1862
      @igorgiuseppe1862 2 года назад

      @@dreadpon
      3.4.2
      ubuntu 18.04 (i dont think the OS is the issue)

    • @dreadpon
      @dreadpon  2 года назад

      @@igorgiuseppe1862 Does the editor tell anything else? Or perhaps the console mentions the specific line where the error occurs? Does restarting the editor affect this issue somehow?

    • @igorgiuseppe1862
      @igorgiuseppe1862 2 года назад

      @@dreadpon it works from the source code (it seems) but dont work from the zip file that i specified on github (it break when i try to enable the addon with the error mesage mentioned)

    • @igorgiuseppe1862
      @igorgiuseppe1862 2 года назад

      @@dreadpon well it seems it was an bug here on godot or the file extracting program, but the bug isnt hapening anymore, i closed the issue on github, hopefully this bug will not return.
      anyway, thanks for the great work =D
      now i just need an pc that isnt an potato...

  • @samuelhugo3387
    @samuelhugo3387 Год назад

    damn this is a good tutorial but I need something that will proceedurally place plants and trees on a proceedurally generated map
    I just can't find that tutorial tho damn.

  • @moioyoyo848
    @moioyoyo848 2 года назад +1

    fake