GraphUpdateScene on Point Graphs?

Do Point Graphs support the use of GraphUpdateScene for tags/penalties? I can’t find any reference in the documentation to it not working, but there’s nothing really to indicate that it should either. I can’t seem to make it work - is GraphUpdateScene perhaps only available for Grid graphs…?

Thanks

Hi

Point graphs do support GraphUpdateObjects (which should apply to GraphUpdateScene as well since that’s what it uses under the hood, but I haven’t actually tested that).
It is however a pro only feature.
See http://arongranberg.com/astar/docs/graph-updates.php#pointgraphs
and http://arongranberg.com/astar/freevspro

Thanks. I was trying to specifically evaluate this feature to decide whether to buy Pro or not (I want the multithread and avoidance parts from Pro, but wanted to make sure I can make things do what I want first).

This makes that harder, but at least I now know it would be supported.