Class TileHandlerHelper Extends VersionedMonoBehaviour
Helper for navmesh cut objects.
Adding an instance of this component into the scene makes sure that NavmeshCut components update the recast graph correctly when they move around.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
Discards all pending updates caused by moved or modified navmesh cuts.
Use the specified handler, will create one at start if not called.
Public Variables
How often to check if an update needs to be done (real seconds between checks).
Private/Protected Members
Called when some recast graph tiles have been completely recalculated.
Handle serialization backwards compatibility.
Update is called once per frame.