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
        }
示例#2
0
 private void OnDestroy()
 {
     ChatterBox.instance = null;
 }
示例#3
0
 private void Awake()
 {
     ChatterBox.instance = this;
 }