fungus
fungus copied to clipboard
Feature Request: WriterAudio Fade Out Disabler
Feature request for a bool to disable the volume lerping in WriterAudio that occurs during text writing whenever there is punctuation. Currently there is a dopler effect on everything and when adding in my own audio it makes it impossible to predict/control. Having a way to disable this would be great.
In PR #934, I added a toggle to the WriterAudio script that disables the audio lerping. This is left enabled by default so you'll have to have your own say dialog prefab that toggles this or change the default Fungus say dialog prefab.
I did not add a Fungus command for this, but extending the Say command to toggle this as well could be useful, but I think that's better left to creating a say dialog for any characters that need lerping disabled for their voices.