Hey there,
I’m trying to fetch a list with the supported languages on my Android device. I have the KKSpeechRecognizerListener Prefab in scene and linked a Method to OnSupportedLanguagesFetchedList that takes a List<LanguageOption>. I then call SpeechRecognizer.GetSupportedLanguages(), but I never get the callback, nor the List with available languages. Also in the SetLanguage example, the drop down doesn’t show any elements on the device.
Is this functionality deprecated or am I doing something wrong?