SkillAgentSearch skills...

GodotUtils

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

Install / Use

/learn @CSharpGodotTools/GodotUtils

README

[!NOTE] This project has been archived because its files has been merged into CSharpGodotTools/Template.

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>

Related Skills

View on GitHub
GitHub Stars78
CategoryDevelopment
Updated1mo ago
Forks5

Languages

C#

Security Score

100/100

Audited on Feb 16, 2026

No findings