Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Requested Feature: Writer Audio lerp toggle (take 3) #1005

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jun 30, 2021

  1. addressing issue snozbot#929

    This issue seemed simple to tackle and the feature would be nice to add depending on what audio you use. The dopplering effect is minor with the built-in sound clips, but amplified with things like typewriters.
    
    * Added a Lerp Writer Audio bool.
      * When enabled (default), the WriterAudio uses the default behaviour of using MoveTowards for volume.
      * When disabled, the WriterAudio sets the audio volume to the target volume while writing, removing the lerp effect.
    
    This setting is enabled by default on the say dialogue prefab Fungus spawns by default and therefore cannot be set at runtime.
    Arylos07 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ccc0ce1 View commit details
    Browse the repository at this point in the history