Skip to content

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

License

Notifications You must be signed in to change notification settings

CSharpRedotTools/RedotUtils

Repository files navigation

What is this?

An ever expanding utils library for Redot C#. This is the library I am using across all my games, now open source for everyone else to enjoy as well.

Install

Add this as a submodule to your GitHub repo

git submodule add https://github.com/CSharpRedotTools/RedotUtils RedotUtils

Add the following to your .csproj

<ItemGroup>
    <PackageReference Include="ENet-CSharp" Version="2.4.8" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

About

An ever expanding Redot 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