How to Stop All Game Sound in All Scenes by simply pressing On/Off Button

Hello
I’m New in this field So please help me … I just want to stop all music by pressing a simple button “Off” from main menu and Want to Start Again All Sound of the game By Pressing another button “On” also located on main menu

i designed 20 Levels,Scenes for my game and want to stop All sound of the game from main menu But i can only stop the Sound,Music that is on the main menu when i go to the next scenes,Level Sound is not Mute .

I know its possible by using Void Awake() Function But i’m New So Please Give me the right solution,Logic …Thanks

I would suggest changing the AudioListner volume and saving that to Player.Prefs. Have your sense change/adjust the volume in the Start(). More info:

hope this helps

Same approach as @jandd661 in this 1 where I followed as well.