Hi all,
I am trying to use the method move_toward for the Vector2 class but it's coming out as unresolved. Is it not available for GDNative yet? Thank you!
Sounds like it might be a bug, if it is telling you the function is unresolved. I might suggest opening a bug on the Godot GitHub repository.
Thank you, will do!
I submitted the inquiry and found out that the method needs to be added. I added the code myself locally. Here's the discussion: https://github.com/godotengine/godot-cpp/issues/422