Hex grid movement with Tilemap (Tutorial)

In this video learn how to get started with Hexagonal shaped Tilemaps. Hex grid movement is popular in many types of strategy games. Here we’ve provided a set of free hex tile sprites and a C# script to allow you to get started moving around on the hex grid. As a bonus we’ve also included a hex based fog of war effect which is cleared as the player moves around the map. Download the free example project here to try it out for yourself:
Back to Top