How to get around GUO reseting tags with updatePhysics

Hey,

We have updated from version 4.2.18 to 5.0.9, and GUO now resets tags when updatePhysics is enabled. We need to keep the tags and only calculate the new unwalkable nodes from colliders. What would be the best way to do this now?

Thanks in advance for your help.

Nevermind.

graphUpdateObject.resetPenaltyOnPhysics = false;

Solves my problem.