Giphy Unity Requester

Hello, everyone!

I uploaded a new open-source tool that lets you use the Giphy API in a simplified way in Unity. It also becomes very simple, at least for me, to use because it uses UniRx to manage async calls.

The user, apart from downloading the Giphy Unity Requester and include UniRx, will only need to set up the API key in order to start using it by using the Scriptable Object located in Resources:

From there, the user will be able to make calls to the GiphyRequester such as:

  • Search
  • Translate
  • Trending
  • Random

You can read the whole documentation for the Giphy Unity Requester with the examples you can find at the readme.