Hi
Since Master Audio updated to v.3.5.8.7 one of the scripts in the support package gives an error:
Assets/Dialogue System/Third Party Support/Master Audio/Scripts/Sequencer Commands/Group/SequencerCommandMAAddToDucking.cs(23,45): error CS1501: No overload for method `AddSoundGroupToDuckList' takes `2' arguments
Could you take a look at this and update the support package please?
Best regards
Jeppe
Issue with Master Audio Third Party Support
Re: Issue with Master Audio Third Party Support
Hi Jeppe,
Thanks for reporting the change in Master Audio. You can download an updated support package on the Extras page or right here:
MasterAudio_Support_2015-11-11.unitypackage
It adds two optional parameters to the MAAddToDucking sequencer command:
MAAddToDucking(soundGroupName, riseVolumeStart, [duckedVolMult], [unduckTime])
Thanks for reporting the change in Master Audio. You can download an updated support package on the Extras page or right here:
MasterAudio_Support_2015-11-11.unitypackage
It adds two optional parameters to the MAAddToDucking sequencer command:
MAAddToDucking(soundGroupName, riseVolumeStart, [duckedVolMult], [unduckTime])
- soundGroupName: name of sound group
- riseVolumeStart: percentage of sound played to start unducking
- duckedVolMult: percentage of original volume. Default: 0.5.
- unduckTime: amount of time to return music to original volume. Default: 1.
Re: Issue with Master Audio Third Party Support
Hi Tony
I just wanted to say thanks for fixing that issue so quickly.
Best regards
Jeppe
I just wanted to say thanks for fixing that issue so quickly.
Best regards
Jeppe
Re: Issue with Master Audio Third Party Support
Happy to help!