Does anyone one know how to make an aoudio menu change the volume?

I’ve already made multiple forum posts about this but no one has answered me. If anyone has an answer that is even near correct, please reply. I’m getting a bit desperate.

If you’d like to attempt it yourself…

You should modify the AudioListener(one per scene) and it’s “volume” property which takes a value from 0.0f to 1.0f.

You can use Unity’s UI to create a Slider(video on slider ui implementation) and apply that value to the volume, subsequently storing that value in PlayerPrefs(using GetFloat and SetFloat to save and retrieve the previous setting if any is availabe) or some custom save action of your choice.