Prior to the upgrade (I am coming from 4.3.60) I was able to successfully request a MultiTargetPath with a lot of destinations. Now it seems that is prohibited. Is it or am I doing something wrong?
I am getting:
InvalidOperationException: Cannot create more than 512 temporary nodes
Pathfinding.PathHandler.AddTemporaryNode (Pathfinding.TemporaryNode node) (at ./Library/PackageCache/com.arongranberg.astar@4.3.79/Core/Pathfinding/PathHandler.cs:211)
Pathfinding.MultiTargetPath.Prepare () (at ./Library/PackageCache/com.arongranberg.astar@4.3.79/Pathfinders/MultiTargetPath.cs:326)
Pathfinding.Path.Pathfinding.IPathInternals.Prepare () (at ./Library/PackageCache/com.arongranberg.astar@4.3.79/Core/Pathfinding/Path.cs:1118)
Pathfinding.PathProcessor+<CalculatePaths>d__35.MoveNext () (at ./Library/PackageCache/com.arongranberg.astar@4.3.79/Core/Pathfinding/PathProcessor.cs:463)
I probably don’t have to say that It worked just fine and performant enough (in 4.30.60) for my case.