Using predefined graphs only for some objects

The documentation of A* is certainly top, forgive me if I missed something easy.

I want to load only 1 (or more) predefined graph to 1 (or more) gameobject(s) so they will follow the graph in any case.
The rest should have runtime AI getting from A to B.

It is certainly no problem when every object should use predefined graphs with the save/load feature. But how to split them up?

Thanks for helping out!

Hi

I’m not quite sure what you mean, could you elaborate a bit?

Basically I just want to save single graphs and add them before or during runtime to some objects so they will follow that particular graph regardless.

Other objects should scan their way during runtime to avoid collisions.

So the save/load feature for single objects i guess.