Пример #1
0
        public void ResetAudio()
        {
            BGMSource.Stop();
            BGMSource.clip = null;
            BGMLooper.ResetLoopPoints();

            PowerupSource.Stop();
            PowerupSource.clip = null;
            PowerupLooper.ResetLoopPoints();

            JingleSource.Stop();
            JingleSource.clip = null;
        }