DotRecast
DotRecast copied to clipboard
com.arongranberg.astar ver5 recast read error
unity plugins astar 5.0+, the format is not match,
for example. if (meta.version < V4_3_85) { var entry = GetEntry("node_link2"+binaryExt);
if (entry != null) {
var reader = GetBinaryReader(entry);
var ctx = new GraphSerializationContext(reader, int2Node, 0, meta);
DeserializeAndRemoveOldNodeLinks(ctx);
}
}
have plan to upgrade DotRecast.Detour.Extras?
Could you provide the navigation mesh meta Zip file for version 5.x or higher of the A* Pathfinding Project? I don't have a license for version 5.x or higher, so I have no way to verify the import.
graph.zip https://arongranberg.com/astar/docs/graphupdates.html
https://github.com/berkeerdem1/Autonomous-Traffic-Project save file the recast graph UnityAStarPathfindingImporter throw ex