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:
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: