11:29
Procedurally Generating A Hexagon Grid in Unity
Hexagons are common in a lot of strategy games, so today let's look at how we can create them from scratch in Unity. Further ...
6:31
Hex Grid Movement with Tilemap in Unity! (Tutorial)
In this video learn how to get started with Hexagonal shaped Tilemaps. Hex grid movement is popular in many types of strategy ...
21:47
How to make a Hex Grid System Unity Tutorial! (Like Civilization, Opus Magnum, Gloomhaven)
Get the Project files and Utilities at https://unitycodemonkey.com/video.php?v=0nXmuJuWS8I Get my Complete Courses!
20:27
Generating A Hex Map With Fog Of War in Unity
Procedural Generation of a Hex Map, Hex Based Pathfinding, and revealing the map via Fog Of War are three key mechanics of ...
18:38
Unity Tilemaps - Hex, rectangle, isometric + rule tiles
Unity Tilemaps are incredibly powerful and easy to use. Learn how to get up and running quickly with hexagon, rectangle, ...
1:00
Don't make grids without knowing THIS in Unity
Utilizing this component dramatically simplifies the task of designing a grid. By defining the parameters such as tile size, gap, and ...
0:32
Hex World map using Mapbox Unity SDK
Real world map (Bay Area / Richmond) in hexagonal tiles and low poly style created using Unity And Mapbox Unity SDK.
23:32
Making a Hex Based Strategy Map Generator in Unity - Tutorial 3 - Map Wrapping
In this video we cover how to move the tiles such that the map is able to loop around making the world connect on each end.
2:20
Procedurally Generating A Hex-Grid World in Unity - Unity Devlog
This is how I am procedurally generating a hexagon grid world in unity for my game. I hope you enjoy the video:) Water Shader: ...
11:11
How to Make a Hex Grid in Unity - Basic Setup
Learn how to create a hexagonal grid system in Unity with this step-by-step tutorial for beginners. In the first part of this of this ...
1:01:25
Making a Hex Based Strategy Map Generator in Unity - Tutorial 7 - A* Pathfinding Part 1
In this admittedly long video I cover setting up a grid of path nodes, and writing an A* pathfinding script for them, as well as how to ...
54:29
Making a Hex Based Strategy Map Generator in Unity - Tutorial 9 - User Interface and Resources
In this tutorial I cover creating a user interface for editing map parameters, as well as creating a pathfinding preview for units, and ...
5:13
[Unity3D Hex Map Game Dev] 0: Introduction to Hex Maps
Hello Unity fans. Today I'm starting with a series of videos in which I'll review, and also add on to, an in-depth tutorial that has me ...
27:06
Making a Hex Based Strategy Map Generator in Unity - Tutorial 4 - Terrain Part 1
In this tutorial I cover 2 methods of adding basic terrain to the map, and discuss why I settled on the method I did, and how to ...
32:27
Making a Hex Based Strategy Map Generator in Unity - Tutorial 2 - Camera Controls
In this video I continue the tutorial series for making a strategy map generator by getting the camera controls coded in. Patreon: ...
21:07
Making a Hex Based Strategy Map Generator in Unity - Tutorial 6 - Continents and Islands
In this video I cover how to limit the locations that land masses can generate in so you can create continents and islands for your ...
20:26
Hex Grid Movement in Unity 2021 P1 - Creating a hex grid
In this tutorial we will create a hexagonal grid movement system in Unity. It will be similar to what strategy games like Civilization ...
0:40
Unity Procedural Hex Map Generation Test
Experimenting with perlin noise in Unity3D When I'm click around and the tiles are "falling", I'm making sure that the hexagons are ...
18:04
Unity Tutorial 7B: "How to make impassable territories on an Hex Grid Map". Hex, Grid, and movement.
In this tutorial we show how it is possible to make impassable some parts of an Hexagonal map.