- Home /
Problem is not reproducible or outdated
A* Pathfinding issue with directly adjacent nodes.
Hello, I've been following the tutorials by Sebastian League on Youtube for use of A* pathfinding, and adapting it to a 2D implementation and use of only cardinal directions and not diagonals. However, I am having an issue where this works perfectly except for directly adjacent nodes. Adjacent non-diagonal nodes for some reason simply are not pathed to, and adjacent diagonal nodes are pathed to diagonally even though it does not path otherwise diagonally. Any ideas where the issue could be or what portion(s) of my code would be useful to review regarding this?
Follow this Question
Related Questions
How to get actions in multiple instanced objects to occur in order 1 Answer
Entegrating AIFollow.cs and Wayfinder.js (A* Pathfinding Aron) 0 Answers
Find a path with specific steps (moves) on a grid 0 Answers
Finding Closest Object Through Navmesh,Identifying Which Object Is Closest on NavMesh 0 Answers
i want to make a path system like in racing in gtav,i want to make a path system like racing in gta 0 Answers