An ever expanding utils library for Godot C#. This is the library I am using across all my games, now open source for everyone else to enjoy as well.
- Open
project.godotand build the game - Go to
root/bin, copyGodotUtils.dll,GodotUtils.xmland place them in your project underres://addons - Add the following to your
.csproj
<ItemGroup>
<Reference Include="GodotUtils">
<HintPath>addons/GodotUtils.dll</HintPath>
</Reference>
</ItemGroup>