iBicha / UnityYoutubePlayer

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

Android version not working #30

Closed Aupuma closed 3 years ago

Aupuma commented 3 years ago

Hello, thank you so much for your work in this plugin, it is really useful.

However, I've found that when the build platform is switched to Android, it prompts the following error:
The name 'HttpUtility' does not exist in the current context.

I've looked if there was a way to solve it, and by adding a file name csc.rsp with the following line. -r:System.Web.dll This removes the error. However, if I build the Player scene example, and I press Prepare Video it never loads.