Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
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
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
Reviews
Quick Information
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