Volume not changing in runtime

Hi, I’m changing the volume at runtime but nothing happens I’m doing like to increase or decrease the volume of the audio but it’s not changing. I’m doing it with slider range

function(value)
{ console.log("volume is here " ,value);   // value recive is 0.45 ,0.01, 0.67
 this.entity.sound.slot('test').volume = value; 
}

Need your help thanks

Hi @Zillo!

I think the topic below can help you.

1 Like