Eric Batlle

Results 4 comments of Eric Batlle

@monire91 that's right, normally plugins for android involves ADB for debuging, so yes, you need to plug your phone.

Well, after a while, for the people that wants this feature, I can offer my own plugin-repository: https://github.com/EricBatlle/UnityAndroidSpeechRecognizer (give it some love!)

I've tried the following: ``` public void MoveTo(float position) { _scroll.verticalNormalizedPosition = position/ _count; } ``` being position the target index in the list, but it won't work, it scrolls...

And what about using the default "thumb" of seekbar? Thumb allows drawable customization, isn't it? Or it will break your code into pieces? :S Cause the problem is not only...