Connecting 3rd party APIs to Unity

Hi, I’m new to Unity. I was curious if you can somehow connect 3rd APIs (ex: Google APIs) to Unity.

Hello, and welcome. Yes, you can incorporate third party code into your projects. Sometimes this is in the form of a Unity plugin of some sort. Other times you’ll implement it yourself using web requests and their public API. The specifics of what you do are dependent on what, specifically, you’re doing.