Hi, when I don’t have the A* component selected in the hierarchy and then exit play mode, AstarPath.active.graphs.Length is always 0.
It works correctly when I remove [ExecuteInEditMode] from the accessing script (in Start() method) or keep the A* component selected before exiting play mode.
I tried to set script execution order so that A* script always loads first, but that doesn’t seem to fix it.