wp2000x
wp2000x
Now its like this: https://user-images.githubusercontent.com/70962730/196826390-8692fa8b-62f1-4961-9e1f-61429b630343.mp4
Something was wrong with one of my [Tool] class in code after upgrade from 4.0 to 4.1 ("This class does not inherit from Node") and got this error. I just...
> @TandersT I think you misunderstood my example, you can add additional parameters by using closures, see this example: > > ```cs > var _t = GetTree().CreateTimer(1); > _t.Timeout +=...
@DmitriySalnikov I wanted to try out the CI build but get this error, any ideas why?(https://github.com/DmitriySalnikov/godot_debug_draw_3d/actions/runs/3688845973) 
I think the C# interface needs also a bit of work, because it does not run anymore out of the box on Godot 4? (DebugDrawCS.cs) Edit: In the meantime, i...
> I haven't started working on the C# wrapper yet. I just decided not to delete this `.cs` file, even though it was generated by a script that no longer...
Ah, good to know, that the mono glue generator also tries to generate it for extenstions. I also found this: https://github.com/antonWetzel/GDExtensionCSharp maybe it will help you as a base for...
Nice! Will test it out. Would it maybe make sense to ship a pre-generated nuget for every DebugDraw version release on nuget.org for this approach? Edit: Ah i see now...
I tried further, but still the same. Guess i will wait for your API generator. Good idea with the proposal, something like this would be very nice when implemented out...