////// Sound events public void MatchStart() { float clipSeconds = effect.SetAudioClip("Door"); music.PlayWithFade(serverController, clipSeconds * 0.60f, true); effect.PlayClip(); }