Hello, right now in Pathfinding behavior, if I find a path from a straight line from A to B, with a grid size of 32x32 and 160px of distance between the them without any obstacles, it will create only 1 node in the path, instead I need to find a solution that makes it create 1 node for each individual grid, that means, in a distance of 160px between Object A to B, with grid size 32x32, instead of 1 node, it creates 5 nodes with the find action from the pathfinding behavior.
Any1 might have a solution for that??