# Created Sound settings with volume sliders. There is a volume jump when I move the Unity slider

**URL:** https://qa.fmod.com/t/created-sound-settings-with-volume-sliders-there-is-a-volume-jump-when-i-move-the-unity-slider/18448
**Category:** Unity
**Created:** [February 28, 2022, 11:18am UTC](https://qa.fmod.com/t/created-sound-settings-with-volume-sliders-there-is-a-volume-jump-when-i-move-the-unity-slider/18448 "2022-02-28T11:18:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![paiktronio](https://avatars.discourse-cdn.com/v4/letter/p/c0e974/32.png) [@paiktronio](https://qa.fmod.com/u/paiktronio)
#### Post date: [February 28, 2022, 11:18am UTC](https://qa.fmod.com/t/created-sound-settings-with-volume-sliders-there-is-a-volume-jump-when-i-move-the-unity-slider/18448/1 "2022-02-28T11:18:25Z")

</div>

I created 3 volume sliders in Unity as sound settings and connected them to VCA faders in FMOD with a script. The volume of the music, for example, starts with low volume when you start the scene. I try to check if my slider is working and I move the slider from full position to lower yet when I touch it there is a permanent volume jump in the music. A lower position in the slider is actually louder than the volume the music had when I pressed ‘play’. I don’t know which volume is the normal one. All my faders in FMOD are on 0.

---

<div class="post-metadata">

### Author: ![Alcibiade](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/alcibiade/32/4284_2.png) [@Alcibiade](https://qa.fmod.com/u/Alcibiade)
#### Post date: [February 28, 2022, 1:28pm UTC](https://qa.fmod.com/t/created-sound-settings-with-volume-sliders-there-is-a-volume-jump-when-i-move-the-unity-slider/18448/2 "2022-02-28T13:28:24Z")

</div>

Probably your scale isn’t right. If I remember correctly, values which has to be used are between 0 (silence, -inf in FMOD) and 1 (normal volume, 0dB in FMOD), with a logarithmic scale.
