Results 159 comments of yasirkula

I can't reproduce this issue in the demo scene: https://github.com/yasirkula/UnityImageCropper/assets/10211608/88a05df0-aed1-4825-bfb3-30460576a249

My previous test was on 5.6.2f1 with Free Aspect ratio. Now I've tested again with 2020.3.26f1 URP 1125x2436 fixed resolution and it worked again :)

I understand the problem. But the default parameter for CheckPermission wouldn't make sense here because we have to know how the user is planning to use the camera so that...

Yes because you're checking the camera permission only :D That permission is common in both cases. What changes is whether READ_MEDIA_IMAGES or READ_MEDIA_VIDEO is asked. It used to be READ_EXTERNAL_STORAGE...

After googling it, I've encountered these: - Android: https://stackoverflow.com/questions/77178098/android-speechrecognizer-enable-formatting-punctuation - iOS: https://developer.apple.com/documentation/speech/sfspeechrecognitionrequest/3930023-addspunctuation?language=objc Android requires modifying the native source code on Android Studio and it isn't guaranteed to work as stated...

I didn't encounter this issue in my tests. It could be related to a project setting. For example, can you try changing the following settings? If that doesn't help, can...

I'm using 2021 LTS. This code should actually execute on versions above 2019.2: https://github.com/yasirkula/UnitySpeechToText/blob/aedde04fd1daefe859d486061852bbb87fe4290c/Plugins/SpeechToText/Editor/STTPostProcessBuild.cs#L98-L100 So targetGUID is already assigned to GetUnityFrameworkTargetGuid. I'm confused but happy to hear that the issue's...

I've pushed a fix for this issue. Please let me know if it doesn't work.