Utility library for Godot C# projects.
- Godot 4.1.1
- .NET 7.0
- Build dll file with
dotnet build
- Move
GodotSharper.dll
file (located inobj/Debug/net7.0/GodotSharper.dll
) into your Godot project - Update your
.csproj
file to include the dll file
<ItemGroup>
<Reference Include="GodotSharper">
<HintPath>PathToFile/GodotSharper.dll</HintPath>
</Reference>
</ItemGroup>
- Autowiring
TODO 🚧 👷 👷
Old version with LOTS of more features: https://github.com/theowiik/GodotSharper/tree/pre-package-freeze