English | 日本語
This add-on helps pseudo-asynchronous scripting, including a set of classes to handle future-determined values through a shared interface.
It was created for the following purposes:
- Transform scripts in callback hell into intuitive flows.
- Make script (with scene) dependencies unidirectional toward the scene.
- Perform safe and unified await-ing through a shared interface.
git clone https://github.com/ydipeepo/xdut-task.git
or download release.- Then open XDUT Task project and run it.
git clone https://github.com/ydipeepo/xdut-task.git
or download release.- Then copy
addons/xdut-task
directory into your project. - And enable XDUT Task from your project settings.
Tip
This add-on is compat with Godot Engine and Redot Engine.
- Godot Engine 4.3 ~
- Redot Engine 4.3 ~
📖 Wiki (Google Translated)
🔗 MIT