system
January 21, 2023, 10:23pm
1
Attention
Topic was automatically imported from the old Question2Answer platform.
Asked By
MEDBVLL
Title, I’ve been following this guide on GDExtension, it’s a bit outdated, but I got it to work, and tested it with gdscript. Flawless.
However, there are no C# bindings, meaning I can’t call the GDExtension code from C#. How do I generate them if it’s a possible thing to do?
1 Like
Reply From:
birdcage
These both seemed to have worked for older versions, although I haven’t tested them yet
opened 02:21PM - 19 Oct 22 UTC
closed 05:58AM - 26 Mar 23 UTC
https://www.reddit.com/r/godot/comments/zlglpk/comment/j081fkm/?utm_source=share&utm_medium=web2x&context=3
Bump
Has someone successfully used a GDExtension from C# ?
It looks like it can easily be done by using the ClassDB (and calling functions/classes via string) but I’m wondering if there’s a more robust way to access the GDExtension in C# than strings .
1 Like
Bump, in case something changed by now