Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser



Quick Information

Hexagonal grid utilities for Godot. Currently, it only provides two static functions: for flat and pointy top hexagons. These two functions can be used for grid snapping.Note: Debug visuals aren't included with this library.
Hex Grid Utils For Godot
Description
This library contains a set of utilities focused on hexagonal grids. Currently, it only provides two static functions that give a snap position on a hex grid given a position (e.g., mouse position).
Flat top hex grid:
Note: Debug visuals aren't included on this library.
Pointy top hex grid:
Note: Debug visuals aren't included on this library.
Usage
Just download all the files, then drag and drop them into your project directory. We recommend adding the following classes to the "Autoload" scripts:
- HexGridUtils (Class with static methods)
Authors
This library was developed by Tacure.
License
This library is distributed under the MIT license. Feel free to use it on any project.
Hexagonal grid utilities for Godot. Currently, it only provides two static functions: for flat and pointy top hexagons. These two functions can be used for grid snapping.
Note: Debug visuals aren't included with this library.
Reviews
Quick Information

Hexagonal grid utilities for Godot. Currently, it only provides two static functions: for flat and pointy top hexagons. These two functions can be used for grid snapping.Note: Debug visuals aren't included with this library.