Skip to content

Unit Reference CoroutineToFlow

S2NX7 edited this page Sep 30, 2025 · 3 revisions

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.
Clone this wiki locally