"This godot-rust version is only compatible with Godot 3.4.x; detected version 3.5.1-stable (official)."
When i run my project it gives this warning warning. Is there a way to fix this?
src\lib.rs:23 - This godot-rust version is only compatible with Godot 3.4.x; detected version 3.5.1-stable (official).
GDNative mismatches may lead to subtle bugs, undefined behavior or crashes at runtime.
Apply the 'custom-godot' feature if you want to use current godot-rust with another Godot engine version.
Which godot-rust version do you have? Can you update to 0.11.3 (released today)?
I'm using a custom build of Godot (3.x branch) and the latest git version of godot-rust with feature custom-godot. I also get a similar warning:
WARNING: This godot-rust version is only compatible with Godot >= 3.5.1 and < 3.6; detected version 3.6-beta (custom_build).
However, it works fine. I guess this warning is intentional, but I expected master branch of this repository to be compatible with 3.x branch of Godot. Is there a way to suppress this warning?
I updated it to the latest version. It didn't give warning but it's still didn't print "Hello, world!".
I don't know what i'm doing wrong.
Which godot-rust version do you have? Can you update to 0.11.3 (released today)?
I'm using godot 3.5.1
He's asking you for the version of godot-rust you're using.
I don't know what i am doing wrong.
Making consecutive replies. Please use the edit feature.