10+1 INCREDIBLE addons for Godot 4

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

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

  • @mrelipteach
    @mrelipteach  3 месяца назад +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 2 месяца назад

      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 3 месяца назад +175

    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  3 месяца назад +12

      I totally agree 👍 Hopefully it will soon be a reality

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

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

    • @GoblinArmyInYourWalls
      @GoblinArmyInYourWalls 3 месяца назад +11

      They're in the process of making one

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

      @@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 2 месяца назад

      @@albertb4460the asset library is hosted on godots website

  • @kelo.0
    @kelo.0 3 месяца назад +39

    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 3 месяца назад +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 3 месяца назад +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 3 дня назад

      @@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 3 дня назад

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

  • @wukerplank
    @wukerplank 3 месяца назад +14

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

  • @KommissarAlexander
    @KommissarAlexander 3 месяца назад +20

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

  • @spimortdev
    @spimortdev 3 месяца назад +5

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

  • @GugureSux
    @GugureSux 2 месяца назад +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  2 месяца назад

      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 Месяц назад

      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.

  • @onerimeuse
    @onerimeuse 3 месяца назад +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  3 месяца назад +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 3 месяца назад

      @@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.

  • @tamerxero
    @tamerxero 3 месяца назад +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

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

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

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

      Glad you like them!

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

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

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

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

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

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

  • @jasenlakic5033
    @jasenlakic5033 Месяц назад +1

    Really nice addons, thanks!

  • @melpeslier
    @melpeslier Месяц назад +1

    Wow thanks for the share !

  • @Colorlavie
    @Colorlavie 3 месяца назад +1

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

  • @dugtrioramen
    @dugtrioramen 2 месяца назад +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)

  • @littledev556
    @littledev556 3 месяца назад +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  3 месяца назад +1

      I was waiting for you to be done

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

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

  • @Smabverse
    @Smabverse 3 месяца назад +1

    Thanks for these addon video's, bro 😎

  • @julietmikealpha
    @julietmikealpha 3 месяца назад +1

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

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

    You should check out the post-processing plugin!

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

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

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

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

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

    Super useful addons!

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

    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  2 месяца назад

      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

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

    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.

  • @Blender.Quebec
    @Blender.Quebec 2 месяца назад

    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.

  • @maksydab
    @maksydab 3 месяца назад +1

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

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

    does rollback work/ make sense in p2p networks?

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

    signal visualizer its interesting

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

    Thank you for this video.

  • @divinezoomer7305
    @divinezoomer7305 21 день назад

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

    • @divinezoomer7305
      @divinezoomer7305 21 день назад

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

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

    good stuff, thanks

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

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

    • @mrelipteach
      @mrelipteach  3 месяца назад +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. 3 месяца назад

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

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

    Daymmnnn cooooolll ✨✨✨✨

  • @Vivek-qc8qo
    @Vivek-qc8qo 3 месяца назад

    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  3 месяца назад

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

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

    UI Video when?

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

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

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

    What about Tree3D? )

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

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

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

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

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

    niccccceeee 👌

  • @darkhunter777
    @darkhunter777 Месяц назад +1

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

  • @hiltontalles9478
    @hiltontalles9478 3 месяца назад +1

    Primeiro

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

    I think thats 11 add ons

  • @aqua-bery
    @aqua-bery 2 месяца назад +1

    Why title your video 10+1, just say 11

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

      Because it's a bonus addon

    • @OmarLeKing
      @OmarLeKing 2 месяца назад +3

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