MatejSloboda / Dijkstra_map_for_Godot

MIT License
78 stars 13 forks source link

Is this updated? #127

Open MoogieOuttaMyDepth opened 2 months ago

MoogieOuttaMyDepth commented 2 months ago

I saw there was some discussion about making this work for Godot 4, but I can't find clear information about whether or not it does yet. I'm using 4.2 and it doesn't appear to be available in the Asset store.

Also, I'm not using Mono, does that mean I can't use this?

I really needed an Astar alternative that can weight connections between points. This is all I found, so it'll be a bummer if I can't use it. :/

astrale-sharp commented 1 month ago

Hey there :) Gdext doesn't support optionnal parameter in gdscript yet so we're reluctant so officialy update and push to the asset store just yet.

I'm pretty sure there is a working C# version here: https://github.com/astrale-sharp/Dijkstra_map_for_Godot-1/pull/1

You're going to need to compile it yourself, do you have a rust toolchain installed? Do tell if you run into any issues