Reputation: 11
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.
Upvotes: 1
Views: 507
Reputation: 86
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.
Upvotes: 1