iBicha / UnityYoutubePlayer

Play YouTube videos in Unity
The Unlicense
331 stars 63 forks source link

Can’t work at mobile #101

Closed forestluch closed 1 year ago

forestluch commented 1 year ago

Usage:

GetComponent().PlayYoutubeVideoAsync("https://www.youtube.com/watch?v=1PuGuqpHQGo");

it is work perfect at Mac and PC but build to mobile (Android, iOS both) they show an error and can't work

Exception: HTTP/1.1 404 Not Found ResponseError:<!DOCTYPE html>

Heroku | Application Error... How to solve that? thanks.
iBicha commented 1 year ago

The public instance that serves non-desktop is no longer available. Please see my comment https://github.com/iBicha/UnityYoutubePlayer/issues/96#issuecomment-1422901605