Make grid visible in-game

How make grid visible in-game?
Now i see grid only in scene editor, but i need see i grid in-game?

Hi

This is not currently possible out of the box, however you can have a look at AstarPath.OnDrawGizmos. I think you should be able to use code very similar to that inside a OnPostRender method (that Unity calls).

I’m curious if making the grid visible in game is available out of the box currently? (I see it wasn’t back in 2018). Assuming its not, would there be an advantage to using ALINE to do this?