This project is a template for populating YouTube data in Unity3D. A sample scene loads some videos with thumbnail, title, uploaded date using YouTube data api v3.
Just open this project in Unity3D.
-
Get your Auth Credentials from Google developer's page. https://developers.google.com/youtube/registering_an_application
-
Copy your API key
-
Open 'YouTubeSearch.cs' under 'Assets/Scripts/YouTube/YouTubeSearch.cs'.
-
Paste your API Key to the variable, 'apiKey'.
-
That's it! Run and check how it goes.
v1.0 - Feb. 01. 2017
Ethan Cho.