What Is Godot's ProximityGroup Node? (+Why You Shouldn't Use It)

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Godot's ProximityGroup node is a bit elusive, with sparse documentation and few mentions online. So, in this video, I quickly go over what the node does, it's drawbacks, and alternative solutions to it's admittedly neat functionality.
    CustomProximityGroup Script: gist.github.co...

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

  • @janz.7994
    @janz.7994 3 года назад +19

    I never write comments but, this was just so usefull and clear. Just an amazing tutorial. No wasting time and no stuttering. This is how every Tutorial or video like this should be Please make more Videos, love it

    • @Pefeper
      @Pefeper  3 года назад +2

      Thank you so much, I'm glad it was helpful!

  • @MrEliptik
    @MrEliptik 3 года назад +8

    Cool! I've always used Areas as I find it pretty easy to use and versatile. I wasn't aware of this node, but I think it's for the best!

  • @Ngong8
    @Ngong8 3 года назад +13

    So, just use Area node for colliding stuffs in 3D space, then...

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

    Great tutorial! looking forward to future videos!

  • @xaxaWOW
    @xaxaWOW 3 года назад +3

    Nice video, pretty clear

  • @KaletheQuick
    @KaletheQuick 3 года назад +4

    Could you make a video explaining how to make in editor debug things? I think I used a "simpleGeometry" node, but I feel there must be a way to do it that is more intended to be editor only debug stuff. I came from unity and we had gizmos and the onDrawGizmos function there we used for such things. Drawing lines, cubes, spheres, etc, to do stuff like visualize radiuses and raycasts.

    • @Pefeper
      @Pefeper  3 года назад +3

      I actually did have a video planned for custom editors and visualizers! The process for creating them is very different than it is Unity, but it is still definitely possible to make nice stuff

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

    why am I watching a video on something I did not know existed, but I'm not supposed to use anyway?