Skip to content
BelicusBr edited this page Jul 7, 2024 · 8 revisions

The package contains utility classes in csharp for godot engine(Godot3.5)

The Cobilas Godot Utility is on nuget.org

To include the package, open the .csproj file and add it.

<ItemGroup>
  <PackageReference Include="Cobilas.Godot.Utility" Version="1.3.0" />
</ItemGroup>

Or use command line.

dotnet add package Cobilas.Godot.Utility --version 1.3.0