Exemplo n.º 1
0
 public void StopAmbient()
 {
     if (Ambient != null)
     {
         Ambient.Stop();
         GameObject.Destroy(Ambient.gameObject);
         Ambient = null;
     }
 }