I'm trying to implement a civ5 hex terrain. I can use the unity terrain and generate the heightmap by stamping height textures on calculated hexagon positions.
My question is in regards on how they link the hexagons. In civ5, if you have a isolated hex (1 piece island), the coast region is smaller than a land hexagon (2 or 3 hexes).
What technique they use to fill the gap ?