Unit Reference CoroutineToFlow - RealityStop/Bolt.Addons.Community GitHub Wiki

CoroutineToFlow

Screenshot 2025-09-30 130639

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.
⚠️ **GitHub.com Fallback** ⚠️