khanhuitse05 / speech-and-text-unity-ios-android

Speed to text in Unity iOS use Native Speech Recognition
MIT License
286 stars 124 forks source link

Speech to text doesn't work with popup - false (android) #80

Open daniel-brzezicki opened 1 year ago

daniel-brzezicki commented 1 year ago

Hello, so I have an issue on Unity 2020.3.20f, as in title the whole recognition works, but only with pop-up set to true, if I switch it to false it doesn't work. (Tested on my own script and on test scene from package)

Kubiz514 commented 1 year ago

What helped me resolve the problem is described here, I had the same issues in both 2020.1.2f1 and 2021.3.5f1: https://github.com/j1mmyto9/speech-and-text-unity-ios-android/issues/74

weversongomes commented 1 year ago

I am having the same problem. Did you manage to solve this?

jeff-song1122 commented 1 year ago

I am having the same problem