Make CheckHeight and Check Collisions Virtual

Hey,

While trying to work on a more package / module oriented expansion for A* I kept falling back to changing core logic. Especially the code for checking height and collisions.
Many of the features would rely on Tag manipulation during the scan phase.

I think the project could benefit from exposing these. Customizing the existing graphs would be much easier.

Hi

Yeah. I have been thinking about a more extendable system for grid graph updates. Since most things are moving to Burst now I will probably make some virtual method that just returns the relevant job.

1 Like