Search Unity

Resolved Coroutine?

Discussion in 'Visual Scripting' started by ArkadyYa, Oct 21, 2022.

  1. ArkadyYa

    ArkadyYa

    Joined:
    Jan 30, 2020
    Posts:
    7
    Can I create a coroutine with visual scripting? If so then how?
     
  2. REDACT3D_

    REDACT3D_

    Joined:
    Nov 8, 2020
    Posts:
    222
    are you trying to use the Wait node?
     
  3. ArkadyYa

    ArkadyYa

    Joined:
    Jan 30, 2020
    Posts:
    7
    Yes. Now I use node Timer to delay flow. It works. But I think if I need a coroutine somehow. I read the manual on visual scripting in the micro site, but not found an answer.
     
  4. REDACT3D_

    REDACT3D_

    Joined:
    Nov 8, 2020
    Posts:
    222
    if you click on one of the green event nodes, on the left blackboard youll see the toggle.

    Capture.PNG
     
  5. ArkadyYa

    ArkadyYa

    Joined:
    Jan 30, 2020
    Posts:
    7
    Thanks.)))