Hi there.
I am making a game.
I have a random word that will be generated at runtime.
Beside the word, I want to insert a picture of it.
How would I go about implementing this into my Unity project? I understand there is something called Google custom search, but I can not find a way to implement it in Unity.
Many thanks
Here’s a tutorial: Get Started | API Client Library for .NET | Google for Developers
You can treat Unity’s C# scripting engine as a .NET application for the intents and purposes of that tutorial.
2 Likes
Hi there,
Thanks for your reply.
I had a look at the linked article, along with other api services google provides, and could not find one that looked like the one I need. Was there a specific api you were referring to, or am I being a derp as usual and not seeing it? 