Unit Reference CoroutineToFlow - RealityStop/Bolt.Addons.Community GitHub Wiki
The CoroutineToFlow node allows you to convert a coroutine-based flow into a normal flow.
This is useful when integrating coroutine logic into standard control flow graphs in Unity Visual Scripting.
Input Ports
- In : The entry point that starts the conversion process.
Output Ports
- Converted : Fired when the input flow is successfully converted into a normal flow.
- Coroutine : Fired if the input flow is a coroutine, allowing the coroutine to continue execution.