1

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.

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

1 Answers1

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