Hi,
it there any (simple way to integrate Youtube API (V3) into a Unity game? I already use Google Play Services (via Prime31 plugin), so it probably would be the best to use its authentication.
Could someone, please, direct me to some documentation or provide some help? All I want is to authenticate to Youtube Data API and read information about user’s subscriptions…
I’ve read google’s docs about Youtube API and I probably can write all the functionality, I need in Java, but I have no idea, how to connect it to Unity (well I know something about native plugins, but it looks to me as an overkill to to integrate whole google api as native plugin, especially when I already have google play services…).
Thanks a lot