-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference CoroutineToFlow
S2NX7 edited this page Sep 30, 2025
·
3 revisions

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.