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: https://learn.unity.com/tutorial/working-with-hexagonal-and-isometric-tile-shapes?tab=materials
Continue learning about Tilemaps on Unity’s official learning platform: https://on.unity.com/2PfhWX1
Continue learning about hexagonal and isometric tile shapes with this tutorial: https://on.unity.com/2rUNk59
Source