Hey there,
I am currently working on a project where I changed the height of my terrain to 20. However the grid stays behind, not casting it’s lines on my terrain. Since I use the squares to measure my layout I would very much like to change the height of the grid to 20 as well.
Thanks!
No you can’t change the height of the grid. But there are plenty of options if you just want to line stuff up, Here’s 3 off the top of my head in order from easiest to hardest:
You could use “overdraw mode” in the scene view to see through the terrain, (or just temporarily disable your terrain) . Then use isometric view looking from top down to line up your objects. You can also change the color of the grid in Edit > Preferences > Colors to make it more visible.
Another option: Use Unity’s Projector to project a grid onto your terrain.
Another (difficult) option: Write or find a custom editor script to draw grid lines for you.