It is unfortunate that a hexagon graph never saw the light of day.
I’ve been trying to use APP for a hexagon graph, searching every thread in this forum to figure it out, and I’m stumped because APP’s hexagons are not the same size (dimensions X/Y) as my Sprites, and I find no way to customize the width/height of the hexagons (just the “size”).
I could change my hexagon sprite TILES to the correct dimensions assumed by A*PP, but I do not know what those are. It’s given me enough of a headache I’ve just decided to head over to www.redblobgames.com/grids/hexagons and just implement it myself, one section at a time, until I don’t need any third party asset. It’s less of a headache than sifting through documentation/source for a feature which doesn’t seem very popular. (I even bought Grid2D due to its claimed feature supporting Hexagons, but it is even more of a headache because it creates additional problems in addition to my mismatched Hexagon shape & imprecise math. Bleh.)
This is always what happens, with both A*PP & Grid2D assets. I am sure it’s my bad math, but I’ve spent a few hours and cant even find what dimensions/aspect ratio their hexagons have by default. So I can’t do the math without the numbers.