You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
unity plugins astar 5.0+, the format is not match,
for example.
if (meta.version < V4_3_85) {
var entry = GetEntry("node_link2"+binaryExt);
}
have plan to upgrade DotRecast.Detour.Extras?
The text was updated successfully, but these errors were encountered: