I'm using Vimeo Unity SDK and a REST API that sends me back a video url, I tried to use VimeoPlayer.PlayVideo(url)
method but it doesn't work on mobile, on editor it works fine, the video is not played and I get no errors, also the method is wrapped on a coroutine. If someone has a solution I will be very grateful.
Asked
Active
Viewed 473 times
1

Kathiresan Murugan
- 2,783
- 3
- 23
- 44

Patricio Paredes
- 11
- 2
1 Answers
1
Can you provide more information? Unity version, Vimeo plugin version, what android device and OS version?
Unity's native Video Player is not good across platforms. People have been having quite a few issues. I'd recommend using an alternative video decoder like AVPro Video, which supports adaptive playback and is important for mobile devices like Android.

Casey Pugh
- 46
- 2
-
Thanks Casey, I'll give a try to AVPro and tell you how it goes. – Patricio Paredes Jan 02 '19 at 19:07