Search Unity

Connecting 3rd party APIs to Unity

Discussion in 'Getting Started' started by elvinjohngalarza, Jun 13, 2022.

  1. elvinjohngalarza

    elvinjohngalarza

    Joined:
    Jun 13, 2022
    Posts:
    1
    Hi, I'm new to Unity. I was curious if you can somehow connect 3rd APIs (ex: Google APIs) to Unity.
     
  2. Schneider21

    Schneider21

    Joined:
    Feb 6, 2014
    Posts:
    3,512
    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.