Request: Draw grids serialized outside of Astar the same as grids in Astar

Hey,
For my project, I’m trying to serialize grids separately of Astar so that I can dynamically change them at runtime from prefabs (note this isn’t the grid node data, but the settings)

It would be nice if those grids were drawn similarly to the grids inside the Astarpath object

Even nicer would be a button to add or remove that graph from the astar graph object for testing

If I knew where to begin, I’d take a stab at it myself