Hey!
I'd like to change or delay the start time of my SFX, they're being triggered in 'Sequence'.
For instance, instead of the SFX playing instantly i'd like to control the delay between the trigger and the SFX.
Thanks for your time!
HOW TO CHANGE/DELAY SFX START TIME
Re: HOW TO CHANGE/DELAY SFX START TIME
Hi,
Each dialogue entry plays its own Sequence. If the dialogue entry's Sequence field is blank, it will play the Default Sequence defined in the Dialogue Manager GameObject's Display Settings > Camera & Cutscene Settings > Default Sequence.
Here is information about sequences: Cutscene Sequences
This information also explains how to specify timing. For example, if you want to play an audio clip named "beep" at the 1.5-second mark:
Also maybe related: How To: Control the Duration of Subtitle Text
Each dialogue entry plays its own Sequence. If the dialogue entry's Sequence field is blank, it will play the Default Sequence defined in the Dialogue Manager GameObject's Display Settings > Camera & Cutscene Settings > Default Sequence.
Here is information about sequences: Cutscene Sequences
This information also explains how to specify timing. For example, if you want to play an audio clip named "beep" at the 1.5-second mark:
Code: Select all
AudioWait(beep)@1.5