private void Awake() { if (Instance == null) { Instance = this; } else { Destroy(gameObject); } }
// Use this for initialization void Start() { recordingButton = GetComponent <RecordingButton>(); }