
Category Archives: Grids


Grids 2.0 will be free for all Grids Pro users
Hi Everyone, We’re happy to announce that all Grids Pro users will be able to get Grids 2.0 at no extra cost. We are finalising how the free upgrade will be structured and will announce more info with in the…
What is coming in Grids 2.0
The new version of Grids is a major upgrade, with many design changes. Our main goal is to make Grids more flexible, more robust, and less unwieldly. The way it is designed at the moment makes it a chore to…
20 Fun Grid Facts (Hex Grids)
We expanded on some of the fun grid facts we tweeded over the last few days, and added a few new ones too. Check out the full article on Gamasutra.
Porting Grids from Unity to GameMaker
When GameMaker announced their Marketplace, we thought it would be a good opportunity to port our Grids plugin for Unity (or at least, a part of it) to GameMaker. Here, I explain some of the issues we encountered in doing the…
Grids 1.9
Grids 1.9 is now available in the asset store 🙂 For this most part, this version fixes some bugs and makes a few design tweaks. We are also building a free Unity package with some extension methods and lightweight utility classes.…
“Cloudy” noise on a hex grid
This article is about noise that looks somewhat like this: One way to generate noise like that is to add various layers of Perlin noise or smooth noise together, where each layer is more blurry than the next. You can…
A simple path-finding example
This example shows how to use the path-finding algorithm that come with Grids on a grid built in the editor (as opposed to a grid built in code). You can also check out the Path-Finding Tutorial, and a path-finding example…
A new look at layered grids: setting up neighbors
The layered grid is a very generic type of grid. It allows you to stack a bunch of grids – of potentially different shapes – for any (usually 2D) point type. Because of this, it’s not possible for this type…