Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

astar 5.0+ support #82

Open
neshcodes opened this issue Nov 3, 2024 · 2 comments
Open

astar 5.0+ support #82

neshcodes opened this issue Nov 3, 2024 · 2 comments

Comments

@neshcodes
Copy link

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?

@ikpil
Copy link
Owner

ikpil commented Nov 26, 2024

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.

@neshcodes
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants