Search Unity

Hexagon Grid snap to vertices

Discussion in '2D' started by Marijn_Kiwi, Aug 28, 2019.

  1. Marijn_Kiwi

    Marijn_Kiwi

    Joined:
    May 15, 2013
    Posts:
    9
    I creating a game where i want to draw hexagon tiles, which works perfect with the hexagon grid.
    However, i also want to draw tiles on the vertices of the Hexagon Grid.

    I have a work-around with creating a new rectangular grid, but this lets me snap to other points then just the vertices of the Hexagons.

    I'm wondering if there is a feature or option i can use to snap to the vertices of the Hexagons.

    points.jpg tiles.jpg