Eg use ORK_MenuScreens_Option_OptionType_Custom to adjust "Footstepper" "walkVolume"
  • You'll need to make a small adjustment in the Footstepper component's script.

    Replace:
    this.source.PlayOneShot(clip, volume);

    With:
    this.source.PlayOneShot(clip, volume * ORKFramework.ORK.Game.SoundVolume);

    This is twice in the script, on lines 435 and 502.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank for your assistance.
Sign In or Register to comment.