I have 2 errors thrown in the game from deep within the plugin’s code, need to know if it’s ok and what can I do about it.
(I don’t get them all the time)
-
Could not terminate pathfinding thread[0] in 50ms, trying Thread.Abort
Stacktrace:
Pathfinding.PathProcessor:JoinThreads() (at Assets/AstarPathfindingProject/Core/Misc/PathProcessor.cs:211)
AstarPath:OnDestroy() (at Assets/AstarPathfindingProject/Core/AstarPath.cs:1296) -
You have already claimed the path with that object ( (Seeker)). Are you claiming the path with the same object twice?
Stacktrace:
Pathfinding.Path.Claim (System.Object o)
Seeker.OnPathComplete (Pathfinding.Path p, Boolean runModifiers, Boolean sendCallbacks)
Seeker.OnPathComplete (Pathfinding.Path p)
Pathfinding.Path.ReturnPath ()
Pathfinding.Path.Pathfinding.IPathInternals.ReturnPath ()
Pathfinding.PathReturnQueue.ReturnPaths (Boolean timeSlice)
AstarPath.Update ()
PS: 1st problem happens on mobile devices, 2nd one on a strong PC
Thank you!