I was having a problem where runtime recasting graph updates were losing cutouts from some objects, turns out it was because they were set to static.
In the editor static objects do rasterize on the graph, but not at runtime if you update the graph, I’m assuming due to whatever automatic mesh combining etc.
Is there a recommended way to handle static objects and runtime graph updates? For now I’m just leaving the objects as NOT being static.