UnityGame/Library/PackageCache/com.unity.visualscripting/Documentation~/snippets/nodes-coroutine.md
2024-10-27 10:53:47 +03:00

536 B

title
nodes-coroutine
Coroutine Toggle Enable Coroutine if you want Visual Scripting to run this node and any of its connected nodes as a coroutine. Coroutine nodes don't execute all their code in a single frame, so they can spread an effect over several frames. Coroutines can also help optimize your code. For more information on coroutines, see the Unity User Manual section on Coroutines.