Junrou Nishida

Results 202 comments of Junrou Nishida
trafficstars

PR is welcome, but I'm not planning to investigate the cause and fix it. The sample app is provided for developers to check how the plugin works, and I don't...

Will you share the minimum code to reproduce the issue? For example, if [the Hello world sample](https://github.com/homuler/MediaPipeUnityPlugin/wiki/Getting-Started#hello-world) has the same issue, then probably the plugin cannot be finished correctly (and...

I don't know. I did a little research but couldn't figure it out. I'm sorry, but I do not intend to address this issue in the near future, as it...

> no log Will you share the `Player.log`? (e.g. `adb -s [device_id] logcat Unity:V native:V tflite:V CRASH:E AndroidRuntime:E "*:S"`)

Thanks! Does the code you suggested fix this issue on your device?

I think 0.1sec is simply too short (but waiting for a fixed time is not a good approach). ```cs yield return new WaitForSeconds(0.1f); ```

> According to the unity Android Permissions documentation, callback should be used Will you tell me where they say so? I'm not sure, but I guess this error is caused...

I mean, they say we _can_ use callbacks but don't say we _should_ use callbacks, do they?

I am not planning to change this behavior as I am using the sample app to test the behavior when the device is rotated. At least, I think this is...

@jsaon-L Will you check if #829 fixes this issue?