Skip to content

com.arongranberg.astar ver5 recast read error #82

Description

@neshcodes

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions