Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Bhushan

BhushanBhushan Member
edited August 2020 in 3D Art

Hi ,

I am trying to set volume using slider using this code. It is working also. But the same has to work from a slider created in different game object and scene. I am trying to get the value of slider from different scene.

public void SetVolume(float vol)

  {

    music.value = vol;

  }

Answers

Sign In or Register to comment.