Page 1 of 1
Inquiry About Playing AudioClip from a Specific Time Point
Posted: Sun Mar 09, 2025 11:59 pm
by JiraSpike
Could I can if the Dialogue System for Unity plugin supports scripting methods such as AudioWait(xxx), where the script specifies playing audio from a particular second to another defined endpoint? Like AudioWait(xxx, start second, end second)?
Re: Inquiry About Playing AudioClip from a Specific Time Point
Posted: Mon Mar 10, 2025 7:59 am
by Tony Li
Hi,
There isn't a built-in command to do that, but you could write a
custom sequencer command. You might even be able to make it a subclass of the Audio() or AudioWait() commands to inherit those commands default behavior and then override it to start at a specific time point.