sewonist
sewonist
I have same issue. I build and run with two devices. iPhoneXs woks find but iPhone 6s occurred above error always. **Plugin Version or Commit ID** v0.9.1 **Unity Version** 2021.3.1f1...
I just download PushPin.Setup.2.0.0-beta2.exe install file from https://automerge.github.io/pushpin. I think maybe two reasons. 1. firewall setting wrong 1. locale is wrong I've checked firewall setting and change as I can...
This plugin is working like charm. Just I want to know that how to change language. Is it possible?
I found solution ;-) You can change LanguageCode what you want in StreamingRecognizer.cs 293 line. ``` await _streamingCall.WriteAsync(new StreamingRecognizeRequest() { StreamingConfig = new StreamingRecognitionConfig() { Config = new RecognitionConfig() {...
Hi @kerwanp I just try to work in expo with this plugin. I have same problems. Do you have any progress it? By the way, the plugin works fine with...
Thank you for comment. I agree with you. If I start new project, I can develop without Expo Go. Unfortunately, I just want to use this plugin with exist project....
Ah! I totally miss understood. You mean I can change Expo Go project to make a native project on Expo?! Wow~ It's really sounds good. I will try it. Thanks...
Now I try build with ios. At time, It is not possible load to UnityFramework. I can build with Debug. But I cannot build with Archive and EAS build. ```...
Sure. I already set up `Build Phases` follow your guide. Although, it didn't work when I build to Archive. (Just build to run is ok.) I found solution it. I...
I set up like you firstly. In my case, there is build error too. So I change set up like below image. I'm not sure but it is working for...