Text to speech plugin for iOS and android platformsNative text to speech plugin for mobile platforms. No Google Cloud account or integration required. Use most powerful iOS and Android features in your games.Features:This solution uses speech recognition classes from iOS (AVSpeechSynthesizer) and Android (android.speech.tts.TextToSpeech)No internet connection requiredSimple integration with onFinish and onError callbacks, no special GameObject required36 supported languages on iOS, 67 supported languages on AndroidWarnings:iOS and Android versions do have different lists of supported languagesOnly one voice for each language. You can’t choose would it be male or female.Limited error handling. If you provide non-existing language you would receive worse speech quality instead of an error.If you are facing problems with example project on Android please try to set threadsafe flag in TextToSpeechExample script. It allows to receive callbacks if they are coming from non-UI thread