Nieuws

Issue description When calling a GDScript function from C# (using the .Call function), if the type of a given parameter doesn't match the GDScript type annotation, then the GDScript function is never ...
I am unable to reference C# static classes or static functions in GD Script. Looking up tutorials for this workflow, it seems to have been trivial in Godot 3.x using preload to create a reference to ...