Reply To: Help me with the basics

Forums 💬 FlowCanvas ⚙️ Support Help me with the basics Reply To: Help me with the basics

#22688
Gavalakis
Keymaster

    Hello,

    For the most part FlowCanvas uses the Unity native methods to do what you want. So for example here, you could simply use the AudioSource.PlayClipAtPoint function to play an audio clip at a position. You can of course search for it in the browser which you can open up by hitting “Space” in the canvas.
    [attachment file=”PlayClipAtPoint.png”]

    FlowControllers are only used when you want to change the flow based on some factors (like condition check, or splitting), while Functions are what you should use to do things like the example above.

    Let me know if this works for you and of course if I can help you in any other way.
    Thanks.