Is "65K cleanup" normal operation?

Hi All,

I just noticed a “65K cleanup” in log. Looking at comments in AstarPath.cs, I couldn’t tell if this indicates normal operation or too many paths? Should you redesign your code so this doesn’t get called?

Cheers,
Kevin

That’s nothing to worry about. That’s just the system doing what it should.

Ment to say. Do WE redesign our code so it doesn’t need to cleanup? We are creating to many paths or such.

Hi

If you get that warning you are creating a decent amount of paths, but that is not a large problem in itself. Just keep an eye on how much resources pathfinding uses.