- Home /
How do I display my hex grid to the player?
I have made a hex grid, mathematically, in my scripts. Unfortunately, the player can not see the grid. What is the best way to display the grid to players? Is there someway I can put it in my Hex class and just have boolean like showHex
that I can make it appear and disappear at will? I've read a little about projectors, but that doesn't seem like it'll give me the right functionality. I may be wrong. What I hope to achieve is this:
individual hexes should be visible, not necessarily the entire grid at the same time
the color of individual hexes should be able to change color given different circumstances
I'm not asking for a tutorial on how to do this, I just need to know what tool that Unity offers I can use to do this.
Your answer
Follow this Question
Related Questions
Resize hex grid,Need to resize hex grid 0 Answers
Hex grid Help, Move from Cartesian coordiantes to slanting one axis along the hex diagonal 0 Answers
Creating Hex Grids from Mesh Vertexes 0 Answers
Hexagonal Grids 2 Answers
Hex Grid, Breadth First Search 1 Answer