10+1 INCREDIBLE addons for Godot 4

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

КОМЕНТАРІ • 89

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

    Let me know which is your favorite and don't hesitate to share other addons!
    If you like these videos, you can support me on Patreon: patreon.com/MrEliptik
    and/or buy my juice course: shorturl.at/eIT36

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

      It looks like Slider Gamepad addon now has no screenshots or video link. I was quite surprised that it had no video considering author has a YT channel. I'm not sure I will use one, but it's definitely on my list. Thanks!

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

    And that’s why we need a proper asset store with reviews and likes. It’s almost impossible to discover gems like these.

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

      I totally agree 👍 Hopefully it will soon be a reality

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

      Given it's open source and all of that, what process does the store have to do to be made?

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

      They're in the process of making one

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

      @@GoblinArmyInYourWalls Ha, I wouldn't hold your breath, speaking as someone who used to run a 3rd party asset store for Godot and ended up shutting it down because they were "about to release their official asset store".
      That was over 3 years ago now.

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

      @@albertb4460the asset library is hosted on godots website

  • @kelo.0
    @kelo.0 5 місяців тому +44

    Anyone thinking about implementing Delta Rollback, be aware that Godot 3D (or Jolt) physics are not deterministic, meaning that you will have mismatching states between players. The addon is meant for 2D multiplayer games.

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

      The Godot Jolt plugin isn't *officially* deterministic. Jolt itself is tested and deterministic. There is simply no guarantee of determinism for Godot (as various parts of Godot, or user code may break determinism)

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

      I had to handle this with Havok physics before. One thing with Havok is that you don't want to modify position/velocity directly. This would reset state/cache and was not optimal. Note: this may be different now as this was MANY years ago. I'm not sure if Jolt is the same, but I'm guessing it is using similar solver mechanisms/optimizations. What. you'll want to do is ease the physics state back to where you want it. It's messy, but doable. In the end if an objects physics state gets too far off, you'll need to bash its state back. Mostly problematic with high energy collisions, or with phyiscs objects getting stuck against other objects that preclude it from getting to where it needs to be.

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

      @@addmix I've tried both Jolt and Rapier and non of them are deterministic in Godot. And I am talking about physics itself without any code. Just a ball falling on a spike can go left or right in exactly the same scene.

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

      @@SuperParadine like I said, Jolt itself is deterministic, Godot with Jolt is not guaranteed to be deterministic.

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

    The sliders plugin sounds very useful - thank you for putting it together!

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

    Would love a bigger showcase on Orchestrator and visual scripting in Godot.

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

    What an awesome collection of addons, I LOVE this! Really well made video !

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

    LimboAI, PixelPen and Globalize Plugins all sound really awesome! Thanks for showing us these, love the editing too!

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

      Glad you like them!

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

      Knowing about PixelPen remind me about Pixelorama, since both tackle same problems and created with Godot too.

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

      @@zinesiastudio8961 True! A great app that I showcased in a previous video if I remember correctly

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

    Thank you for the video. And yes, events are pretty powerful in any framework, library or engine. Being able to abstract away and decouple functionality from entities is...pretty sweet

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

    Really nice addons, thanks!

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

    That globalized add on is an amazing addition. That's one of the things I hate most about unity is needing to download and set everything up for each and every project, even the things I'm using in a bunch of them.

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

      Yeah it's a pain. I guess you could also make a template project with all the addons you want to use. Of course you'd have to update it from time to time

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

      @@mrelipteach bot saying unity is bad. I mean, I'm barely a gamedev, I just want to be. But it's little speed bumps like that that hinder progress the most at the beginning. It's hard to get into an engine and try and slap things together to understand how they work when there's a bunch of menus in the way (particularly with vr development)
      You're of course right. They did add a bunch of things thst make sliding all the stsrter bits into a new game easier recently. And this is a good suggestion I hadn't considered before. I will look into it. But it's nice to have options.

  • @GugureSux
    @GugureSux 4 місяці тому +4

    Literally the sort of stuff I asked for Godot years ago, coming from Unity.
    And ironically, the sort of stuff I was ridiculed for requesting by some wannabe gamedev snobs not too long ago.

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

      What exactly? The Godot philosophy is to implement features that can benefit a lot of people. That can be frustrating because YOU might need it, but you have to remember the resources are limited so they can't work on everything. That's why addon are super useful

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

      There is also an explicit goal of keeping the base Godot editor/project lean as possible for fast start times and low maintenance overhead. This is coupled with another explode goal of really good plugin support.
      What is missing is the asset store.

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

    Wow thanks for the share !

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

    Wow I was wondering where the sudden stars came from. Thanks for covering globalize-plugins!
    (And sorry if it's a little buggy right now)

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

    Très bonne vidéo, cools plugins que je ne connaissaient pas, surtout le second 😅 !

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

    Thanks for these addon video's, bro 😎

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

    Thank you so much for this video! It is so hard to discover good addons.

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

    Thanks for the video, I recently started using snappy (Vertex snapping plugin for Godot 4) which is very useful for building 3d worlds.

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

    The extra plugin is something that must be added in godot 4.4 :D

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

    You should check out the post-processing plugin!

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

    Really cool addons list!
    Thank you for featuring #Hoodie! 🥳

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

    Super useful addons!

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

    How did that happened, that I finally after that many tutorials started to do something and learning about addons and extentions and immediatley this video gets released.

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

      I was waiting for you to be done

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

    Limbo AI should be part of the engine, it’s a great feature

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

    The globalize plugin is a little buggy rn as i tried it, but the concept is cool once it's implemented correctly. Here's the list of addon i've planned to globalize:
    - Discord RPC (though needs additional setup)
    - script ide
    - Shaker
    - scripteditorqol
    - anima
    - signalvisualizer
    some plugins (like shaker) contains example files on their repo, which could bloat the project. I wisht the globalize plugin also have an option to select which file to copy to the new project in the future.

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

      Yeah I guess it's a work in progress, to hesitate to give them feedback on their plugin. I agree it would be cool to specify what shouls be installed or not

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

    Thank you for this video.

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

    Daymmnnn cooooolll ✨✨✨✨

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

    I have tried visual scripting, but only in the Warcraft III World Editor

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

    I hadn't seen the ai behaviour tree or the signal visualizer addons before. Thank you for showing those off!

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

    Everyone be happy now i can get more plugins that will seem useless and when you need them you know where they are

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

    Hoodie seems like a goodie, but it's still a little bit underdeveloped for my tastes. For example, the release version (the one you'd ship with the game) is still untested and it's only compiled for Windows right now. You can compile for other platforms but you'd need a machine that can do that and while for Linux you can do with a VM, for OSX it won't do. I really want it, it would let me do many procedural stuff that I currently have to do manually in code, but right now it's too underdeveloped to be of use to me.

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

    good stuff, thanks

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

    does rollback work/ make sense in p2p networks?

  • @Blender.Quebec
    @Blender.Quebec 4 місяці тому

    I really wish there would be a kive link between Godot and Blender Geometry Node, since GN is npw so much advance, there is no point for Godot to reinvent the wheel... Nust offer us something that can use GN inside of Godot.

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

    signal visualizer its interesting

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

    I followed the Installation of hoodie exactly and it does not work.

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

      praise be to the powers of randomly trying things! I MADE IT WORK! THANK YOU GOD, THANK YOU!

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

    I wonder how csg toolbox compares to cyclops! I’ve been using the latter and it works decently

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

      Cyclops is way more advanced though. It's more like a full level builder where as CSG box is just aiming at making the use of CSG a bit easier

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

      @@mrelipteach good point! CSG toolbox feels like it should be builtin but cyclops definitely feels like an add on 😆

  • @Vivek-qc8qo
    @Vivek-qc8qo 5 місяців тому

    hello brother , do you make 3d games too , and if not why not , is it too hard or time consuming or what was the reason not going into 3d and focusing only on 2d games , please reply

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

      I do but 3D is harder on some aspects so that's usually not my priority.

  • @Sprogster
    @Sprogster 25 днів тому

    From what I've seen, all the visual scripting add-ons for Godot seem to only make it harder to program in Godot.

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

    UI Video when?

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

    niccccceeee 👌

  • @firerunnew
    @firerunnew 4 місяці тому +1

    What about Tree3D? )

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

      I might have talked about it in a previous showcase I'm not sure

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

      @@mrelipteach It came out just recently, it's unlikely

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

    Addons видимо от человека, скучающего по UNITY 😁

  • @SaishiYT
    @SaishiYT 3 години тому

    So... 11?

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

    Primeiro

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

    I think thats 11 add ons

  • @aqua-bery
    @aqua-bery 5 місяців тому +1

    Why title your video 10+1, just say 11

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

      Because it's a bonus addon

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

      What is 11, if not 10+1? Some would say 12-1 but that’s the work of a lunatic.