I have one question. I have 2 different scenes. One is for main menu and another is for game. In main menu i have settings for audio volume and game quality. In the main menu there is also a song playing and the volume level settings works great. My question is how can this settings be inherited into the game.
Example:
If i set volume at half of the max. volume, the music in game should play at half of the max volume.
If i set qualitiy settings to Fantastic in menu, the game runs in Fantastic quality.
For quality settings i used Qualitysettings.currentlevel = qualitylevel.fantastic. How can i store the value from here and then apply it in another scene? Can you give me some example code please