A* Pathfinding Project  3.6.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Bug List
Member ABPath.recalcStartEndCosts
Does not do anything in 3.2 and up due to incompabilities with multithreading. Will be enabled again in later versions.
Class AstarSerializer
Sometimes Unity references will reference a different object (or empty object) when loaded back again. Probably because the Object.GetInstanceID values are changed on the objects in the project. This might result in that the "Root" object on the Point graph or the "Mesh" object on the Navmesh graph is set to null or to another object sometimes (quite rare though).