Speech recognition plugin for iOS and Android platformNative speech recognition 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 native speech recognition classes from iOS (SFSpeechRecognizer) and Android (android.speech.SpeechRecognizer)Speech recognition is precise and offline for latest iOS and Android versionsThis solution handles user permissions requests for youSimple integration with onResult and onError callbacks, no special GameObject required63 supported languges on iOS, 126 supported languages on AndroidWarnings:Speech recognition could require Internet connection depending on OS version and selected languageiOS and Android versions do have different lists of supported languagesIf you are facing problems with example project on Android please try to set threadsafe flag in SpeechRecognizerExample script. It allows to receive callbacks if they are coming from non-UI thread