Unity Grid Based Movement System: Part 2 Breadth First Search

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

КОМЕНТАРІ • 6

  • @olevam1
    @olevam1 11 місяців тому +1

    That was a really good set of videos, learnt a lot beyond what I came here for!

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

    Excellent and informative video! I was able to easily adapt this to my existing grid based project - Thanks !

  • @CGNCode
    @CGNCode Рік тому +2

    Great video man! Keep it up

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

    That was cool. Thank you

  • @albjqa389
    @albjqa389 8 місяців тому

    Hello, I'm new here, so please forgive any naive questions! I believe you're currently using the old input system. Are there any advantages to switching to the new input system? P.S. I'm trying to implement pathfinding for touchscreen controls. Thank you!

    • @StringCodeStudios
      @StringCodeStudios  7 місяців тому

      Hey there, No worries about asking questions. we're all here to learn together. You're right, I am using the old input system at the moment. But switching to the new system can bring some perks. It plays nicer with modern features and is more efficient. It just makes everything run a bit better. So yeah, I'd say give it a shot.