hi all … I want to do a basic query!
I have a audio which I want to convert volume 1-0
with 2 factors
script guide
audioclip MySound;
float start = 3500 (Volume 1)
float end = 5000 (Volume 0)
void update () {
if (myscript.float = start) {
mysoundsource.volume - = (here is where the volume would have to go down to 0 between 3500/5000)
what I want to do is to enter the 3500 volume and gently descend to reach the 5000 volume is 0
if someone takes a few seconds to help me or explain! you’ll be grateful!