Example #1
0
 void Start()
 {
     if (Sounds != null)
     {
         Destroy(gameObject);
     }
     else
     {
         Sounds = this;
         GameObject.DontDestroyOnLoad(gameObject);
     }
 }
Example #2
0
 void Start()
 {
     ArkaPlanSesKontrol.value = 0.1f;
     MuzikOynaticisi = GameObject.FindObjectOfType<MuzikOynaticisi>();
 }