Procedural Grid Mover

Hi,

I have a question: When the procedural grid mover moves the graph, and scans. Is it scanning the whole graph again, or just the new parts of the graph?

If it is scanning the whole graph again, do you think that it would increase performance if only the new parts are scanned and connected, and the parts that are out of range after the move are deleted, removed?

Thank you in advanace,
Richard

Only the parts that need to change are scanned.

If you need better performance I’d recommend using the beta version which has converted most of the grid graph scanning code to use burst.