public static float PlayerVolume { get; set; }
Gets or sets the volume of the active audio source used for playing music.
private void OnEnable() { MusicManager.PlayerVolume = 0.9f; }