DotRecast icon indicating copy to clipboard operation
DotRecast copied to clipboard

com.arongranberg.astar ver5 recast read error

Open neshcodes opened this issue 1 year ago • 3 comments

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?

neshcodes avatar Nov 03 '24 12:11 neshcodes

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.

ikpil avatar Nov 26 '24 15:11 ikpil

graph.zip https://arongranberg.com/astar/docs/graphupdates.html

neshcodes avatar Dec 14 '24 15:12 neshcodes

https://github.com/berkeerdem1/Autonomous-Traffic-Project save file the recast graph UnityAStarPathfindingImporter throw ex

neshcodes avatar Mar 12 '25 11:03 neshcodes