Table of Contents

GodotEx C# Extension Library

altamkp
Jan 14 2024 16:53 GMT+8

Hi all! 😎

I have just uploaded the GodotEx C# extension library package to Nuget. Please check it out and leave any comments. Here are some extra links to the Github repository and the documentation website.

Love 💙


GodotEx

Godot Extra provides a set of extension libraries for Godot in C#.

Currently available extension libraries:

GodotEx

Basic extension library for Godot:

GodotEx.Async

Asynchronous extension library for Godot:

GodotEx.Hosting

Hosting extension library for Godot:

  • A Host node that provides hosting functionalities with ServiceProvider
  • Dependency injection through the above Host

Prerequisites

Installation

Choose the package(s) you need and run the following command(s) to install the nuget package(s).

dotnet add package GodotEx
dotnet add package GodotEx.Async
dotnet add package GodotEx.Hosting