I’ve got a video player using an AudioSource for its Audio Output Mode. I want to be able to adjust the volume via script. SetDirectAudioVolume doesn’t work because it’s not using the Direct output mode, and if I try to adjust the AudioSource volume directly, it gets automatically reset to 1 whenever I play the scene.
So how do I adjust the volume?