HCoroutines (C#)'s icon

HCoroutines (C#) 2.0.0 Tools 4.0 Community

Submitted by user Inspiaaa; MIT; 2024-09-16

HCoroutines is a library that helps you write game logic in an intuitive way by bringing the concept of hierarchical coroutines to Godot for the C# language.

This tool has been specifically designed for the Godot game engine, making it a breeze to work with features that would otherwise be a headache to integrate with:

- Handles features specific to Godot, such as signals, tweens and delays.
- Allows you to run code either in _Process() or _PhysicsProcess() frames.
- Out of the box support for pausing coroutines when the game is paused.

In addition to the above, this library also offers:

- Native support for async programming and tasks.
- Easy to use interface to minimise boilerplate and increase readability.
- Wide array of built-in coroutine types to handle common tasks.

For more information, please see the README https://github.com/Inspiaaa/HCoroutines


View files Download Submit an issue Recent Edits