Drawing debug graph in Standalone build

Is there a config I am missing to be able to render the Debug paths in a standalone build?

I noticed you said that the A* Project uses ALINE, and ALINE supports standalone builds, so I am assuming I am just missing a setting somewhere to get the Debug Gizmos to work on a build.

Hi

Currently, drawing the graphs in a standalone build is not currently supported. out of the box Though thinking about it, you might be able to get it to work by calling AstarPath.DrawGizmos() manually from the Update loop. You may also have to set Event.current.type = EventType.Repaint.