Easy Pathfinding for Unity 2D and 3D Games! [Pathfinding Tutorial]

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

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

  • @dijon2354
    @dijon2354 27 дней назад +1

    How efficient would this be for larger maps?

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

    I loved the approach to the algorithm.
    I understand everything, i wrote from scratch all the scripts, but when I want to test the circle movement it doesn't follow the nodes.
    What am i missing?

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

      Hey! Appreciate it - glad you found it easy!
      There's a screenshot of the NPC_Controller script at 12:28. Make sure that's attached to the Circle and that you've given the 'currentNode' variable a reference!
      If you're having any more trouble, jump into my Discord group and I'll assist you further through there!

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

      I can't believe that i missed a ",".
      Thanks for your time

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

      Awesome stuff! Super glad it worked :)