A Unity project that creates hexagon tiles with different land parts, which generated from code. Some tiles may contain paths like rails or rivers, and to provide functionality to these tiles, added an A* pathfinding algorithm which takes neighbour tile's connected part into account.