Displaying a Grid InGame...

So I thought I’d give a 2d grid-based game a try. It would save alot of work if it were possible to display a grid in-game. Much like the grid view in the editor, where zoomed out the grid is 10 units, zoomed in more, 5 units ect… Is this possible? I’m sure the scripting geniuses out there know a way to do this, or jury-rig something that gives this effect… I am using the GridMove script off the wiki for movement so a grid based off unity units is preferred.

This is a script that creates a grid similar to the one in the editor.

–Eric