Play Audio
A Play Audio action is exactly what the name says, it plays an Audio Source with whatever clip is inside it. This can be useful to give the player Audio feedback after or before a step, such as hiss noise after a valve turn or a lunch alarm after the work has been partly completed.
Setup
The volume will control how loud the audio will be.
Spatial blend will make the audio be mono or stereo.
Play from location will either play the sound at the audio source position when on or play at the players location when off.
Skip on step complete will skip the rest of the Audio clip once the step has been completed.
Follow these steps to set up a new Play Audio Action.
Start with an empty game object.
Attach a “Guid Component” script.
Attach a “Audio Source” component.
Make sure the audio source is set to not play on awake.
Attach a chosen audio clip to the audio source.
Open a graph.
Right click and Create a new Play Audio Action (Actions → Play Audio).
Reference the Audio Source we made in a previous step.
That's it. Now when a the action is called the Audio source will play the audio clip.
For more information on the other inputs and outputs found on this node see Actions