- Home /
How to spawn a random hexagon pattern?
I am making a game where the player has to shoot big blocks of the hexagons using his cannon. I want some help on how I can spawn random shapes/patterns of the hexagons. I have a single hexagon prefab. How can I spawn multiple hexagons in a random shape/pattern??? Please I need it quickly! I am learning Game Development.
Hey there, a couple of questions. Do you want to randomize the shapes on runtime or will you have predefined patterns and you are going to randomly spawn them? Is it 2D or 3D?
I have to randomize the shapes/patterns on runtime. And also it is 2D.
hexagon grid map is just square grid map with offset on every second row
Your answer
Follow this Question
Related Questions
Procedural generation of dungeons with rooms made in the new tile map system? 0 Answers
How would I generate a forest using perlin noise? 1 Answer
Problem with floor generator. 2 Answers
Procedural 2D Tilemap Terrain - Mesh or Unity Tilemaps? 0 Answers
2D world generation script generating strange world made up of large lines 0 Answers