void Start()
 {
     instance = this;
     instance.GetComponentInParent <AudioSource>().Play();
     DontDestroyOnLoad(instance);
 }
 public static void On()
 {
     instance.GetComponentInParent <AudioSource>().mute = false;
 }