Hi Aron,
First sorry for my English, I’m from Russia.
Now to business. I’m creating a 2D project, uses this pathfinding (this is really cool!), and grid graph to find the path realtime. My game designer says that he wants to be moved as the units invisible hexes. Can I change the position of the graph point?
What do I need. The grid connections equal to six. In the even rows of squares to make the connection from right to left, in the odd left to the right, and move every odd number of grid points at half the distance between the nodes in the left.
If I correctly imagine, then turn the hexagonal grid. I tried to create a custom graph, on your instructions, but after creating a class heir he does not appear in “add New Graph.” In addition, all the functionality suits me, I would just move the point.
Thank you in advance, Victor.