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
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.
The text was updated successfully, but these errors were encountered:
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?
When i run my project it gives this warning warning. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: