- A* version: 5.3.1
- Unity version: 6000.0.32f1
Hi I was just wondering if there is, or if anyone has, a solution for scanning graphs in scenes when building.
We want to scan graphs and cache them in the editor to not have all of our meshes read/write enabled at all times. And our scenes are quite large so it would be nice to keep the scanning on our side.
We have several people modifying the different scenes in our project at all times and when we make a new build we can easily forget scanning the graphs in all scenes.
Maybe we’re just lazy or are doing something wrong but it would be really nice to be able to scan and cache graphs in all scenes before we build using the PostProcessSceneAttribute. Is there an easy way using the A* API to do this or at least a way for us to implement it ourselves?