internal ResponsiveVoiceGermanFemale() { this.chatterBox = ChatterBox.Instance; hasher = SHA256.Create(); #if UNITY_EDITOR Debug.Log("** This TTS implementation uses https://responsivevoice.org/. If you use it for commercial projects, don't forget to pay for it. **"); #endif }
private void OnDestroy() { ChatterBox.instance = null; }
private void Awake() { ChatterBox.instance = this; }