Installation
Install External Dependency Manager for Unity
The SDK depends on External Dependency Manager for Unity (EDM4U) for automatic resolution of native Android/iOS dependencies (e.g., Google Play Integrity libraries).
If EDM4U is not already present in your project, install it before building.
Option A: Install via package manager
Open
Edit->Project Settings->Package ManagerAdd a new Scoped Registry (or edit the existing OpenUPM entry) -
Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.google.external-dependency-manager
Click Save or Apply
Option B: Install via OpenUPM
Install OpenUPM CLI (if not installed):
npm install -g openupm-cli2. In your Unity project folder, run:
openupm add com.google.external-dependency-manager
Option C: Install via Git URL
Open Package Manager.
Click on the + icon on the top left corner of the "Package Manager" screen
Click on "Install package from git url..."
Paste:
https://github.com/googlesamples/unity-jar-resolver.git?path=upm
Install TyrAds Unity SDK
The TyrAds Unity SDK available from a Git URL. To install:
Open the Package Manager window in Unity, if it’s not already open.
Open the Add (+) menu in the Package Manager’s toolbar.
Select Install package from git URL from the install menu.
Enter a Git URL in the text box.
https://github.com/tyrads-com/tyrads-unity-sdk-package.git#v4.0.0-pre.5Select `Install`.
If you want to check for updates and update TyrAds Unity SDK dependency to the latest version from the repository, click Update in the Package Manager window.

To explore how to use the TyrAds Unity SDK, import the Demo example from the package’s Samples section in the Unity Package Manager. To run a Demo scene, please add a valid credentials from our CRM.
Last updated