godotengine / awesome-godot

A curated list of free/libre plugins, scripts and add-ons for Godot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to provide some game development plug-ins for Godot using c#, but I don't know how Godot supports .net?

TimeToTheNorth opened this issue · comments

I want to provide some game development plug-ins for Godot using c#, but I don't know how Godot supports .net?

Yes, Godot has C# support in both Godot 3.x and 4.x 🙂

https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_basics.html

However, awesome-godot only accepts Godot add-ons, not "generic" C# libraries that are not specific to Godot.