Skip to content

CSharpGodotTools/GodotUtils

Repository files navigation

What is this?

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.

Install

  1. Open project.godot and build the game
  2. Go to root/bin, copy GodotUtils.dll, GodotUtils.xml and place them in your project under res://addons
  3. Add the following to your .csproj
<ItemGroup>
  <Reference Include="GodotUtils">
    <HintPath>addons/GodotUtils.dll</HintPath>
  </Reference>
</ItemGroup>

About

An ever expanding Godot C# game dev library to be used across several game projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •