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

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

Unity app crashes on Landscape mode (Android). #1

Closed HNKMaster closed 6 years ago

HNKMaster commented 6 years ago

I have a problem since I added this plugin on my project. While working on portrait works very well, when I have to use Landscape display (which my app was designed for), it crashes without warning. I know it happened while using the plugin, because it never crashed without it. I want to know if is there a way to solve that issue.

khanhuitse05 commented 6 years ago

Sorry, I don't notice your message. Let add text android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" in file AndroidManifest.xml. Issues will disappear.

Thanks!